From 1378977c5193744a2599bf4d3d070182b2a2ec81 Mon Sep 17 00:00:00 2001 From: alessio Date: Sat, 20 Aug 2016 16:39:24 +0200 Subject: [PATCH] app_main field removed --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 075c14d..8856c08 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,6 @@ A Golang build system with file watchers, output streams and live reload. Run, b projects: - app_name: App One -> name app_path: one -> root path - app_main: main.go -> main file app_run: true -> enable/disable go run (require app_bin) app_bin: true -> enable/disable go install 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 - app_name: App Two -> another project app_path: two - app_main: main.go app_run: true app_build: true app_bin: true