Added Air to the project to get automatic restarts.
This commit is contained in:
parent
5a1c71677f
commit
d015a8ce93
4 changed files with 60 additions and 8 deletions
4
Makefile
4
Makefile
|
@ -4,5 +4,5 @@ build:
|
|||
docs:
|
||||
go tool godoc -http=localhost:6060 -index
|
||||
|
||||
run:
|
||||
./fibertest
|
||||
dev:
|
||||
go tool air --build.cmd "make build" --build.bin "fibertest.exe"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue