top | item 24888948

(no title)

intortus | 5 years ago

This is no longer the case. Now you instantiate a go module wherever you want by running “go mod init” (which just produces a trivial text file). Each module’s dependencies are now well encapsulated. There’s no longer a need for a messy globally shared GOPATH space.

discuss

order

No comments yet.