Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  go.mod third party package not update with vendor
  remove go.mod and disable GO111MODULE in Makefile
  • Loading branch information
martianzhang committed Sep 16, 2019
1 parent 32d7cc1 commit 3a54d9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 39 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#
BINARY=soar
GOPATH ?= $(shell go env GOPATH)
GO111MODULE:=off
export GO111MODULE
# Ensure GOPATH is set before running build process.
ifeq "$(GOPATH)" ""
$(error Please set the environment variable GOPATH before running `make`)
Expand Down
2 changes: 1 addition & 1 deletion doc/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

## 注意
* 测试环境 MySQL 版本必须高于或等于线上环境
* 测试环境需要所有权限(建议通过[docker](https://hub.docker.com/_/mysql/)启动),线上环境至少需要只读权限
* 测试环境需要所有权限(建议通过[docker](https://hub.docker.com/_/mysql/)启动),线上环境需要只读(SELECT)权限。
38 changes: 0 additions & 38 deletions go.mod

This file was deleted.

0 comments on commit 3a54d9c

Please sign in to comment.