goコマンド『version』 公開日:2023年4月17日 GoLang Go言語に組み込まれているコマンド『version』についてまとめました。 動作環境 ホストOSWindows 10 21H1(19043.2130) 64bitWSL2Visual Studio Code1.70.2Docker Desktop4.12.0(85629)Go1.19.2 構文 # Go言語のバージョンを出力する go version ========== go version go1.19.2 linux/amd64 タグ 基礎 関連記事 stringsパッケージ配列型の操作for文init関数論理演算子共通モジュールを隔離する 投稿ナビゲーション goコマンド『fmt』goコマンド『env』