DEBSOURCES
Skip Quicknav
sources / golang-github-dlintw-goconf / 0.0~git20120228.dcc0709-2 / Makefile
12345678
all: go tool fix *.go go tool vet *.go gofmt -s -w *.go go build go install test: all go test