Merge pull request #3271 from dlespiau/remove-go-vendor-experiment

Remove mentions of GO15VENDOREXPERIMENT
pull/3453/head
Tobias Schmidt 2017-11-13 12:03:18 +01:00 committed by GitHub
commit 5766b36be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
GO ?= GO15VENDOREXPERIMENT=1 go
GO ?= go
GOFMT ?= $(GO)fmt
FIRST_GOPATH := $(firstword $(subst :, ,$(shell $(GO) env GOPATH)))
PROMU := $(FIRST_GOPATH)/bin/promu