This is a pretty cool golang template for GitHub Codespaces.
[JP] イケてるGitHub Codespaces用Goテンプレートです。
- You must have the right to participate in the beta testing of GitHub Codespaces.
- [JP] GitHub Codespacesのベータテスト参加権を取得している必要があります
- Click Use this template
- Navigate to the main page of the newly created repository. Under the repository name, use the
<>Code
drop-down menu, and in theCodespaces
tab, clickCreate codespace on main
. - Wait for the container to be activated by spinning a hand spinner.
- Once launched, type the following command in the terminal tab.
$ air -c .air.toml
- If Air starts and the console displays "Hello World", it is successful.
- Use this template をクリックし、新しいリポジトリを作成します。
- 新しく作成されたリポジトリのメインページに遷移し、リポジトリ名の下にある
<>Code
のドロップダウンからCodespaces
タブを開き、Create codespace on main
をクリックします。 - hand spinner でも回しながら、コンテナが起動するのを待ちます。
- 起動したらターミナルタブから下記コマンドを実行します。
$ air -c .air.toml
- Airが起動し、コンソールに "Hello World" と表示されたら成功です。
- Base image
- Framework
- Live reload utility
- Language server
- Linter
- Others