projects
/
arvados-dev.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
17535: typo
[arvados-dev.git]
/
compute-image-cleaner
/
Makefile
1
2
build:
3
@go build -ldflags "-s -w"
4
5
lint:
6
@gofmt -s -w *go
7
@golint
8
@cd config/; golint
9
@golangci-lint run
10
@cd config/; golangci-lint run
11