Makefile 88 B

12345678
  1. build:
  2. go build -trimpath -ldflags "-s -w" .
  3. test:
  4. go test -v ./...
  5. clean:
  6. go clean