Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #73 from hasheddan/go-static-error
Browse files Browse the repository at this point in the history
remove error checking if GO_STATIC_PACKAGES defined
  • Loading branch information
jbw976 authored Aug 21, 2019
2 parents eee9a6d + 2a4134a commit ff9fe7d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions makelib/golang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
# The go project including repo name, for example, github.com/rook/rook
GO_PROJECT ?= $(PROJECT_REPO)

# the packages to be built statically, for example, $(GO_PROJECT)/cmd/mytool
ifeq ($(GO_STATIC_PACKAGES),)
$(error please set GO_STATIC_PACKAGES prior to including golang.mk)
endif

# Optional. These are subdirs that we look for all go files to test, vet, and fmt
GO_SUBDIRS ?= cmd pkg

Expand Down

0 comments on commit ff9fe7d

Please sign in to comment.