executions time

This commit is contained in:
alessio 2016-08-20 16:17:46 +02:00
parent 9b8acac909
commit d76419251d
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ A Golang build system with file watchers, output streams and live reload. Run, b
- Watch specific file extensions - Watch specific file extensions
- Multiple projects support - Multiple projects support
- Output streams - Output streams
- Execution times
#### Installation and usage #### Installation and usage
@ -121,6 +122,7 @@ A Golang build system with file watchers, output streams and live reload. Run, b
- [ ] Unit test - [ ] Unit test
- [ ] Go test support - [ ] Go test support
- [ ] Cli fast run - [ ] Cli fast run
- [x] Execution times for build/install
- [x] Go doc - [x] Go doc
- [x] Support for server start/stop - [x] Support for server start/stop
- [x] Stream projects output - [x] Stream projects output