Creating tests

Can learn more about testing here:
https://golang.org/pkg/testing/
note: can not test a main package if the testing package name is also not main.



Comments

Popular Posts