Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 272 Bytes

goproxy-goprivate.md

File metadata and controls

10 lines (8 loc) · 272 Bytes

How to get private module

GOPRIVATE=github.com/alextanhongpin/testdump        go get github.com/alextanhongpin/testdump/httpdump

How to force fetch the latest module version

GOPROXY=direct go get -u github.com/alextanhongpin/dump/pkg/reviver