Skip to content

Exemplar project in GO using documentation, packaging, testing. A LEARNING EXERCISE.

Notifications You must be signed in to change notification settings

henley-regatta/aoc2020day1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc2020day1

Exemplar project in GO using documentation, packaging, testing. A LEARNING EXERCISE.

This is a minimal working example in GO of a complete program using packages, implementing Tests and providing documentation.

It just so happens to use some previously-written code restructured but that's not important.

After pulling, you can build with: go build

Check out the fancy documentation with: go doc -all day1

And execute the unit tests with: go test -v ./day1

About

Exemplar project in GO using documentation, packaging, testing. A LEARNING EXERCISE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages