Added Air to the project to get automatic restarts.

This commit is contained in:
Zed A. Shaw 2025-06-03 15:08:19 -04:00
parent 5a1c71677f
commit d015a8ce93
4 changed files with 60 additions and 8 deletions

View file

@ -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"