go-openweather/Makefile

5 lines
66 B
Makefile
Raw Permalink Normal View History

2019-12-09 14:09:21 +00:00
build:
cd cmd/openweatherclient && go build
test:
go test ./...