11 lines
207 B
Makefile
11 lines
207 B
Makefile
build:
|
|
go build .
|
|
|
|
docs:
|
|
go tool godoc -http=localhost:6060 -index -index_files godoc.idx
|
|
|
|
build_docs:
|
|
go tool godoc -v -http=localhost:6060 -index -index_files godoc.idx -write_index
|
|
|
|
dev:
|
|
go tool air
|