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.
https://golang.org/pkg/testing/
note: can not test a main package if the testing package name is also not main.
Comments
Post a Comment