Makefile 36 B

1234
  1. test:
  2. @go test ./...
  3. .PHONY: test