Skip to content
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

update golang.org/x/tools to fix error on go 1.14 #7

Merged

Conversation

ksoichiro
Copy link
Contributor

From go 1.14, an error occurs:

mnd: internal error: nil Pkg importing "regexp" from "github.com/tommy-muehle/go-mnd/config"

To fix this, update x/tools:

go get golang.org/x/tools && go mod tidy

From go 1.14, an error occurs:
mnd: internal error: nil Pkg importing "regexp" from "github.com/tommy-muehle/go-mnd/config"

To fix this, update x/tools:
go get golang.org/x/tools && go mod tidy
@tommy-muehle tommy-muehle merged commit b14b49b into tommy-muehle:master Mar 29, 2020
@tommy-muehle
Copy link
Owner

Thanks @ksoichiro for the fix!

@ksoichiro ksoichiro deleted the update-x-tools-for-go-1.14 branch March 30, 2020 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants