8 lines
80 B
Makefile
8 lines
80 B
Makefile
build:
|
|
go build .
|
|
|
|
docs:
|
|
go tool godoc -http=localhost:6060 -index
|
|
|
|
dev:
|
|
air
|