Open3
Goのお勉強
![hisayuki mori](https://res.cloudinary.com/zenn/image/fetch/s--pCMEvFkz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_70/https://storage.googleapis.com/zenn-user-upload/avatar/48f6b57f62.jpeg)
とりあえずHalloWorldまでの開発環境
![hisayuki mori](https://res.cloudinary.com/zenn/image/fetch/s--pCMEvFkz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_70/https://storage.googleapis.com/zenn-user-upload/avatar/48f6b57f62.jpeg)
VSCode
.gitignoreの追記
.gitignore
.devcontainer/devcontainer.env
+ bin
+ pkg
実行用Toolインストール
コマンドパレッドを表示して、Go: Install/Update Tools
を選択
とりあえずはgoplay
のみ選択してOK
install
Tools environment: GOPATH=/home/vscode/develop
Installing 1 tool at /home/vscode/develop/bin in module mode.
goplay
Installing github.com/haya14busa/goplay/cmd/goplay@latest (/home/vscode/develop/bin/goplay) SUCCEEDED
All tools successfully installed. You are ready to Go. :)