6 lines
64 B
Makefile
6 lines
64 B
Makefile
build:
|
|
go build -o bin/gobar ./cmd/gobar
|
|
|
|
test:
|
|
go test ./...
|