-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not installing for go 1.15 #194
Comments
🤔 The |
Since the installation instruction said as follows To start using latest released version of Moq, just run: Go version < 1.16 So just wanted to check if it is still supported |
As per the instructions given for installing moq for go < 1.16, I'm running the following command
go get github.com/matryer/moq
but I'm getting below errors
internal/registry/registry.go:55:68: undefined: types.TypeParamList
internal/registry/registry.go:65:15: undefined: types.TypeParamList
internal/registry/registry.go:68:18: named.TypeParams undefined (type *types.Named has no field or method TypeParams)
The text was updated successfully, but these errors were encountered: