mirror of
https://github.com/chubin/wttr.in
synced 2025-01-12 03:58:45 +00:00
8 lines
123 B
Makefile
8 lines
123 B
Makefile
srv: srv.go internal/*/*.go internal/*/*/*.go
|
|
go build -o srv ./
|
|
|
|
go-test:
|
|
go test ./...
|
|
|
|
lint:
|
|
golangci-lint run ./...
|