Skip to content

Latest commit

 

History

History
executable file
·
19 lines (17 loc) · 326 Bytes

File metadata and controls

executable file
·
19 lines (17 loc) · 326 Bytes

教程

安装

  • 环境变量

    • Linux & Mac
    go env -w GOPROXY="https://mirrors.aliyun.com/goproxy/" //设置代理
    export GO111MODULE=on
    
    • Windows
    set GOPROXY="https://mirrors.aliyun.com/goproxy/" // 设置代理
    set GO111MODULE=on
    
  • 安装

go mod vendor