.air.tomlの決定版 今後作成するAirの設定ファイル.air.tomlは、以下のような感じでいこうと思います。 root = "." testdata_dir = "testdata" tmp_dir = "tmp" [build] bin = "./tmp/main" cmd = "go build -o ./tmp/main ." delay = 1000 exclude_dir = ["assets", "tmp", "vendor", "testdata", "domain/repository", "db", "cmd"] exclude_file = [] exclude_…