Skip to content

Commit

Permalink
Build static binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
udhos committed Apr 25, 2020
1 parent 3f542d7 commit 114ab0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc.go)
git clone https://github.com/udhos/goben ;# clone outside GOPATH
cd goben
go test ./goben
go install ./goben
CGO_ENABLED=0 go install ./goben

## Without Go Modules (before Go 1.11)

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ which golint >/dev/null && golint ./goben
#which staticcheck >/dev/null && staticcheck ./goben

go test ./goben
go install -v ./goben
CGO_ENABLED=0 go install -v ./goben

0 comments on commit 114ab0c

Please sign in to comment.