moq/pkg/moq
Suhas Karanth 8f50fb6793
Avoid deprecated LoadModes packages.{LoadFiles, LoadSyntax} (#116)
From the docs for packages.{LoadFiles, LoadSyntax} -
https://godoc.org/golang.org/x/tools/go/packages#pkg-constants

	// Deprecated: LoadFiles exists for historical compatibility
	// and should not be used. Please directly specify the needed
	// fields using the Need values.
	// ...
	// Deprecated: LoadSyntax exists for historical compatibility
	// and should not be used. Please directly specify the needed
	// fields using the Need values.
2020-01-17 10:25:50 +05:30
..
testpackages Run go generate (#119) 2020-01-06 18:41:00 +05:30
moq_modules_test.go fix cyclic dependency with go modules 2019-02-28 23:49:51 +07:00
moq_test.go Allow aliasing interface name (#110) 2019-11-05 13:13:49 +05:30
moq.go Avoid deprecated LoadModes packages.{LoadFiles, LoadSyntax} (#116) 2020-01-17 10:25:50 +05:30
template.go Improve comment on type guard in template (#113) 2019-11-06 08:58:47 +05:30