moved image
This commit is contained in:
parent
970f370c4a
commit
d0a68bb541
|
@ -5,6 +5,8 @@
|
||||||
|
|
||||||
A Golang build system with file watchers and live reload. Run, build and watch file changes with custom paths
|
A Golang build system with file watchers and live reload. Run, build and watch file changes with custom paths
|
||||||
|
|
||||||
|
![Preview](http://i.imgur.com/bTBkRjH.png)
|
||||||
|
|
||||||
#### Features
|
#### Features
|
||||||
|
|
||||||
- Build, Install and Run in the same time
|
- Build, Install and Run in the same time
|
||||||
|
@ -85,11 +87,7 @@ A Golang build system with file watchers and live reload. Run, build and watch f
|
||||||
- vendor
|
- vendor
|
||||||
- bin
|
- bin
|
||||||
exts:
|
exts:
|
||||||
- .go
|
- .go
|
||||||
|
|
||||||
#### Preview
|
|
||||||
![Preview](http://i.imgur.com/bTBkRjH.png)
|
|
||||||
|
|
||||||
|
|
||||||
#### To do
|
#### To do
|
||||||
- [x] Cli start, remove, add, list, run
|
- [x] Cli start, remove, add, list, run
|
||||||
|
|
Loading…
Reference in New Issue