Skip to content

Instantly share code, notes, and snippets.

View TadayoshiOtsuka's full-sized avatar
🏠
Working from home

Tady TadayoshiOtsuka

🏠
Working from home
  • Hokkaido, Japan
View GitHub Profile
@TadayoshiOtsuka
TadayoshiOtsuka / .air.toml
Created July 25, 2022 15:15
私的GolangのDockerfile
# Config file for [Air](https://github.com/cosmtrek/air) in TOML format
# Working directory
# . or absolute path, please note that the directories following must be under root.
root = "."
tmp_dir = "tmp"
[build]
# Just plain old shell command. You could use `make` as well.
cmd = "go build -o ./tmp/main ./src/main.go"