戻る

Go

go mod

Using Go Modules go mod init <ここには何を書く?>

$ # go mod init 公開しなければこちらはなんでもいいらしい
$ # 例
$ go mod init hello

go test

戻る

↓ 故障中