From fb759ce37a8de7d3aeaa8b1533d5b5e3edf6ccb9 Mon Sep 17 00:00:00 2001 From: alessio Date: Sun, 21 Aug 2016 17:17:49 +0200 Subject: [PATCH] app_fmt info --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f9de63..5dac22e 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ A Golang build system with file watchers, output streams and live reload. Run, b app_run: true -> enable/disable go run (require app_bin) app_bin: true -> enable/disable go install app_build: false -> enable/disable go build + app_fmt: true -> enable/disable go fmt app_watcher: preview: true -> prints the observed files on startup paths: -> paths to observe for live reload