LoginSignup
0
0

More than 5 years have passed since last update.

mac でgolangのインストール方法について

Last updated at Posted at 2018-11-12

インストール

go 公式サイトからApple Mac OSを選択して、ダウンロードして完了。
https://golang.org/dl/

コマンドライン

インストール後、goプログラムを作ってコマンドラインで実行する。

go run hoge.go

チュートリアル

最低限の文法を学ぶことが可能。
https://go-tour-jp.appspot.com/welcome/

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0