...

Text file src/cdr.dev/slog/ci/lint.mk

Documentation: cdr.dev/slog/ci

     1lint: govet golint
     2
     3govet:
     4	go vet ./...
     5
     6golint:
     7	golint -set_exit_status ./...

View as plain text