From d76419251dc996414473dc05c2722a4c2085bfc3 Mon Sep 17 00:00:00 2001 From: alessio Date: Sat, 20 Aug 2016 16:17:46 +0200 Subject: [PATCH] executions time --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1acdc17..ddc11f2 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ A Golang build system with file watchers, output streams and live reload. Run, b - Watch specific file extensions - Multiple projects support - Output streams +- Execution times #### Installation and usage @@ -121,6 +122,7 @@ A Golang build system with file watchers, output streams and live reload. Run, b - [ ] Unit test - [ ] Go test support - [ ] Cli fast run +- [x] Execution times for build/install - [x] Go doc - [x] Support for server start/stop - [x] Stream projects output