Skip to content

eljamm/learn-go-with-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Learning Go through test-driven development, with the help of the quii/learn-go-with-tests e-book.

Usage

This project is powered by Nix, making it fully declarative and reproducible.

All you have to do is enter the development environment with:

nix-shell

or if you have flakes enable:

nix develop

Inside the environment, you can use the go-test or tt commands to run the tests.

For a full list of commands/shell aliases, see nix/go.nix.

About

Learning Go with test-driven development!

Resources

License

Stars

Watchers

Forks