wttr.in/Makefile

9 lines
123 B
Makefile
Raw Normal View History

2022-12-04 15:56:11 +00:00
srv: srv.go internal/*/*.go internal/*/*/*.go
2022-12-03 15:10:10 +00:00
go build -o srv ./
2022-12-04 15:56:11 +00:00
go-test:
go test ./...
2022-12-11 13:29:17 +00:00
lint:
golangci-lint run ./...