mirror of
https://github.com/EricNeid/go-openweather.git
synced 2025-01-10 15:05:07 +00:00
5 lines
66 B
Makefile
5 lines
66 B
Makefile
build:
|
|
cd cmd/openweatherclient && go build
|
|
|
|
test:
|
|
go test ./...
|