-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rename "_testdata" to "testdata" #6
Comments
btw, what do the contents of the various gob files in testdata/ hold? perhaps these should be just regular "code" in a gmaps_test.go file that make up a bunch of fixture/mock vars |
There should be a way to do this, I'd love to get rid of the gob binary as well. |
lets iterate on it.. try a few approaches. as well, search google for articles on mocking in Golang.. a lot of recommendations are to use interfaces |
Closing because this is not valid anymore. |
however, please delete _testdata before closing this ticket.. so we dont forget |
Done in #12 |
Go build tools treat the folder "testdata" as special and won't try to build its files
The text was updated successfully, but these errors were encountered: