Skip to content

Commit

Permalink
gomod: remove gopath check
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <[email protected]>
  • Loading branch information
Kubuxu committed Mar 4, 2019
1 parent f3be4a5 commit b3fdae3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 81 deletions.
30 changes: 0 additions & 30 deletions bin/check_go_path

This file was deleted.

46 changes: 0 additions & 46 deletions bin/check_gx_program

This file was deleted.

5 changes: 0 additions & 5 deletions mk/golang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,5 @@ check_go_version:
.PHONY: check_go_version
DEPS_GO += check_go_version

check_go_path:
GOPATH="$(GOPATH)" bin/check_go_path github.com/ipfs/go-ipfs
.PHONY: check_go_path
DEPS_GO += check_go_path

TEST += $(TEST_GO)
TEST_SHORT += test_go_fmt test_go_short

0 comments on commit b3fdae3

Please sign in to comment.