forked from MTSR/mapserver
7 lines
42 B
Makefile
7 lines
42 B
Makefile
|
|
||
|
test:
|
||
|
go test ./...
|
||
|
|
||
|
build:
|
||
|
go build .
|