executions time
This commit is contained in:
parent
9b8acac909
commit
d76419251d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue