Skip to content

Commit

Permalink
Merge pull request #28 from partcyborg/master
Browse files Browse the repository at this point in the history
Fix go module package name and Makefile error
  • Loading branch information
m0sth8 authored Jul 26, 2021
2 parents 87cec4b + 24a6537 commit b849141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ tools:
go get -u github.com/warmans/golocc
go get -u github.com/divan/depscheck
GO111MODULE=off go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
cd ${GOPATH}/src/github.com/golangci/golangci-lint/cmd/golangci-lint
go install -ldflags "-X 'main.version=$(git describe --tags)' -X 'main.commit=$(git rev-parse --short HEAD)' -X 'main.date=$(date)'"
cd ${GOPATH}/src/github.com/golangci/golangci-lint/cmd/golangci-lint \
&& go install -ldflags "-X 'main.version=$(git describe --tags)' -X 'main.commit=$(git rev-parse --short HEAD)' -X 'main.date=$(date)'"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/sflags
module github.com/octago/sflags

require (
github.com/alecthomas/kingpin v2.2.6+incompatible
Expand Down

0 comments on commit b849141

Please # to comment.