-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
GO111MODULE run error #1737
Comments
Has there been any investigation or workaround identified?
|
I'm having the same issue, any thoughts? |
Did you init The following steps to run the project produce no errors:
|
appleboy
pushed a commit
that referenced
this issue
Jan 25, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for basic demo
if I run
go run main.go
the error is
../../../golang/pkg/mod/github.com/gin-gonic/[email protected]/binding/msgpack.go:12:2: ../../../golang/pkg/mod/github.com/ugorji/go/[email protected]/goversion_vendor_eq_go15.go:1:1: expected 'package', found 'EOF'
go version 1.11.4 with GO111MODULE=on
The text was updated successfully, but these errors were encountered: