For projects to play with Go...
Implementing: https://projecteuler.net/archives
cd fibonacci- To test:
go test - To run:
go build && ./fibonacci --number="8"
cd three_and_five- To test:
go test - To run:
go build && ./three_and_five --number="10"
cd backend- To test:
go test - To run:
go build && ./backend --team="dx"
go run main.go- Useful style guide: https://github.com/golang/go/wiki/CodeReviewComments
- Useful resource: https://go-proverbs.github.io/
- Globally available builtin: https://golang.org/pkg/builtin/#len