Closed ecksun closed 5 years ago
I find old-style go projects to be rather tricky to build (I'm new to go development) and my understanding is that go modules is the future, so I simply ran go mod init :)
go mod init
Apologies, ended up doing this on my own just now. Thanks for the PR anyway.
I find old-style go projects to be rather tricky to build (I'm new to go development) and my understanding is that go modules is the future, so I simply ran
go mod init
:)