https://github.com/kedaroo/learning-go-with-tests
Learning Go with "Learn Go with Tests"
https://github.com/kedaroo/learning-go-with-tests
go
Last synced: about 1 year ago
JSON representation
Learning Go with "Learn Go with Tests"
- Host: GitHub
- URL: https://github.com/kedaroo/learning-go-with-tests
- Owner: kedaroo
- Created: 2024-02-17T10:04:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T08:35:52.000Z (over 2 years ago)
- Last Synced: 2024-06-21T08:10:49.995Z (almost 2 years ago)
- Topics: go
- Language: Go
- Homepage: https://quii.gitbook.io/learn-go-with-tests
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TODO modify later
Feaures about testing:
1. `go test`
2. `go test bench=.`
3. `go test -cover`
4. example functions