Update repo for Go 1.11
Liangtaiwan opened this issue · 1 comments
Liangtaiwan commented
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.
dtaniwaki commented
Thank you for the suggestion. I’ll update it very soon!