Update README.md

This commit is contained in:
Eno Compton 2021-12-21 22:09:16 -07:00 committed by GitHub
parent 19a1116961
commit dac705653d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,7 +153,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
- [Acceptance Testing Go Web Applications with Cookies](http://www.meetspaceapp.com/2016/05/16/acceptance-testing-go-webapps-with-cookies.html)
- [Testing Your (HTTP) Handlers in Go](http://blog.questionable.services/article/testing-http-handlers-go/)
- [Go test your tests in Go with go test](https://deadbeef.me/2018/05/go-test)
- [Learn Go with tests](https://github.com/quii/learn-go-with-tests)
- [Learn Go with tests](https://quii.gitbook.io/learn-go-with-tests/)
- [Lesser-Known Features of Go Test](https://splice.com/blog/lesser-known-features-go-test/)
- [When Writing Unit Tests, Dont Use Mocks](https://sendgrid.com/blog/when-writing-unit-tests-dont-use-mocks/)