app_main field removed
This commit is contained in:
parent
cd932a10d2
commit
1378977c51
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue