moq/pkg
Suhas Karanth af008c214b Revert "added go modules"
This reverts commit f76652f379.

Go test no longer picks up the tests when run from the project root.

	$ go test -v ./...
	?       github.com/matryer/moq  [no test files]
	testing: warning: no tests to run
	PASS
	ok      github.com/matryer/moq/example  (cached) [no tests to run]
	?       github.com/matryer/moq/generate [no test files]

Migrating to Go modules needs special handling for fake modules such as
github.com/matryer/buildconstraints.
2020-08-16 08:49:03 +05:30
..
moq Revert "added go modules" 2020-08-16 08:49:03 +05:30
vendor/github.com/matryer/somerepo Add static interface implementation check 2019-01-17 20:20:37 +01:00