https://github.com/budougumi0617/go-testing
Practice using testing pkg.
https://github.com/budougumi0617/go-testing
go testing
Last synced: 12 months ago
JSON representation
Practice using testing pkg.
- Host: GitHub
- URL: https://github.com/budougumi0617/go-testing
- Owner: budougumi0617
- License: mit
- Created: 2018-08-18T01:00:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T23:34:11.000Z (almost 8 years ago)
- Last Synced: 2025-01-20T15:55:37.074Z (over 1 year ago)
- Topics: go, testing
- Language: Go
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-testing
[](https://circleci.com/gh/budougumi0617/go-testing/tree/master)
[](https://codecov.io/gh/budougumi0617/go-testing)
[](https://goreportcard.com/report/github.com/budougumi0617/go-testing)
Study Go testing package.
https://golang.org/pkg/testing/
Related the presentation is below:
https://speakerdeck.com/budougumi0617/tour-of-testing-in-2018
And, the related document is below:
https://budougumi0617.github.io/2018/08/19/go-testing2018/