wttr.in/Makefile
2022-12-11 14:29:17 +01:00

8 lines
123 B
Makefile

srv: srv.go internal/*/*.go internal/*/*/*.go
go build -o srv ./
go-test:
go test ./...
lint:
golangci-lint run ./...