Thanks to visit codestin.com
Credit goes to github.com

Skip to content

krolval/learn-go-with-tests

Repository files navigation

learn-go-with-tests

learn-go-with-tests

basics Test cmds

go run xxx.go
go test -v
go test -bench=.
go test -cover
go test -bench=.

Concurrency

fatal error: concurrent map writes

go test -race

settings

go get -u github.com/kisielk/errcheck errcheck .

Resources

https://github.com/quii/learn-go-with-tests

About

learn-go-with-tests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages