grumpyhome / grumpy

Grumpy is a Python to Go source code transcompiler and runtime.
Apache License 2.0
420 stars 18 forks source link

[Fix #114] `go get golint` is failing #115

Closed alanjds closed 6 years ago

alanjds commented 6 years ago

As said in https://github.com/golang/lint/issues/415, golint should be installed from golang.org/x/lint/golint instead of github.com/golang/lint/golint

This PR fixes #114