8 lines
141 B
Makefile
8 lines
141 B
Makefile
build:
|
|
go build .
|
|
|
|
docs:
|
|
go tool godoc -http=localhost:6060 -index
|
|
|
|
dev:
|
|
go tool air --build.cmd "make build" --build.bin "fibertest.exe"
|