Skip to content

Commit

Permalink
Merge pull request #9 from lufia/go-mod
Browse files Browse the repository at this point in the history
add Go Modules
  • Loading branch information
lufia committed Apr 11, 2019
2 parents 55151e0 + a90a8a4 commit 60cbd7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: all
all: clean test build
all: clean test

.PHONY: test
test: lint
Expand All @@ -11,6 +11,7 @@ deps:

.PHONY: devel-deps
devel-deps: deps
GO111MODULE=off \
go get golang.org/x/lint/golint \
github.com/axw/gocov/gocov \
github.com/mattn/goveralls
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/mackerelio/checkers

go 1.12
Empty file added go.sum
Empty file.

0 comments on commit 60cbd7b

Please sign in to comment.