Using Go Modules go mod init <ここには何を書く?>
$ # go mod init 公開しなければこちらはなんでもいいらしい $ # 例 $ go mod init hello
↓ 故障中