8 lines
88 B
Makefile
8 lines
88 B
Makefile
build:
|
|
go build .
|
|
|
|
docs:
|
|
go tool godoc -http=localhost:6060 -index
|
|
|
|
run:
|
|
./fibertest
|