Open3

Goのお勉強

hisayuki morihisayuki mori

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. :)