matryer / moq

Interface mocking tool for go generate
http://bit.ly/meetmoq
MIT License
2k stars 127 forks source link

Avoid deprecated LoadMode packages.{LoadFiles, LoadSyntax} #116

Closed sudo-suhas closed 4 years ago

sudo-suhas commented 4 years ago

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.