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.
This commit is contained in:
Suhas Karanth
2020-08-16 08:49:03 +05:30
parent 1822a01c56
commit af008c214b
4 changed files with 0 additions and 62 deletions

7
go.mod
View File

@@ -1,7 +0,0 @@
module github.com/matryer/moq
go 1.14
replace github.com/matryer/moq/pkg/moq => ./pkg/moq
require github.com/matryer/moq/pkg/moq v0.0.0-00010101000000-000000000000