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
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue