Closed ernado closed 2 years ago
See Migrating to go modules article.
go mod init
rm -rf Gopkg.* vendor
The go1.13 is out, $GOPATH is going to be deprecated, dep is not actively maintained and is effectively deprecated by go modules.
Done
See Migrating to go modules article.
go mod init
rm -rf Gopkg.* vendor
)The go1.13 is out, $GOPATH is going to be deprecated, dep is not actively maintained and is effectively deprecated by go modules.