I'm trying to run test on a library that I haven't updated since mid Jan (based on my git log). I know for a fact that I ran tests on the same project during a demo/workshop in february. I try to run the tests now and am seeing the error below:
master ± go test # testmain /var/folders/ns/kwlq7kfs64z97kyw47lghplr0000gn/T/go-build269297204/bitbucket.org/me/myproject/_test/_testmain.go:52: cannot use matchString (type func(string, string) (bool, error)) as type testing.testDeps in argument to testing.MainStart: func(string, string) (bool, error) does not implement testing.testDeps (missing MatchString method) My go version is: go version go1.7.1 darwin/amd64 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.