pfnet-research/git-ghost

Update repo for Go 1.11

Liangtaiwan opened this issue · 1 comments

Can you update it to go 1.11?

Go 1.11 introduces go modules. This omits the need to setup GOPATH and we can build directly in the directory. Projects like these have a go.mod and go.sum file defined.

Thank you for the suggestion. I’ll update it very soon!