app_main field removed

This commit is contained in:
alessio 2016-08-20 16:39:24 +02:00
parent cd932a10d2
commit 1378977c51
1 changed files with 0 additions and 2 deletions

View File

@ -84,7 +84,6 @@ A Golang build system with file watchers, output streams and live reload. Run, b
projects: projects:
- app_name: App One -> name - app_name: App One -> name
app_path: one -> root path app_path: one -> root path
app_main: main.go -> main file
app_run: true -> enable/disable go run (require app_bin) app_run: true -> enable/disable go run (require app_bin)
app_bin: true -> enable/disable go install app_bin: true -> enable/disable go install
app_build: false -> enable/disable go build app_build: false -> enable/disable go build
@ -99,7 +98,6 @@ A Golang build system with file watchers, output streams and live reload. Run, b
- .go - .go
- app_name: App Two -> another project - app_name: App Two -> another project
app_path: two app_path: two
app_main: main.go
app_run: true app_run: true
app_build: true app_build: true
app_bin: true app_bin: true