Go module
go のモジュールの仕組み
1.16 でまた挙動が変わっている模様
Go Modules Reference - The Go Programming Language
go install
go.mod に追加せずにインストールする?
Go 1.16 以降は go get ではなくて go install が推奨
特定のブランチの HEAD を go.mod に入れる場合
-d は go.mod を変更するだけで download などをしない
code:terminal
go get -d repo_name@branch_name