internal/cmd/asmdecl: standalone asmdecl checker

Updates #24
This commit is contained in:
Michael McLoughlin
2019-01-13 11:40:44 -08:00
parent cdf63e263d
commit a23fe8ee57
2 changed files with 14 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ go get -u \
golang.org/x/arch/x86/... \
golang.org/x/tools/go/...
# Standalone version of the asmdecl analysis tool.
go install ./internal/cmd/asmdecl
# Install golangci-lint
golangci_lint_version='v1.12.3'
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin ${golangci_lint_version}