Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Support golang module #20

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Support golang module #20

wants to merge 21 commits into from

Conversation

bill828
Copy link
Contributor

@bill828 bill828 commented Apr 24, 2019

This is a pull request for issue #19 .

Golang 1.11 adds preliminary support for a new built-in package management tool modules; and Golang 1.12 supports feature modules officially.

Using modules will be a part of Golang ecosystem.

Changes:
ci/setBuildEnv.sh: Set CI/CD scripts for modules.
**/go.mod: The modules definition.
**/go.sum: The summary file of modules.
run_*_test.sh: Uses relative folder instead of using GOPATH
Makefile: Clean test cache against specific package.
vendor: New vendors for modules.

@bill828 bill828 requested a review from dingwenfang April 24, 2019 09:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant