使用方式:

    1. $ gf mod -h
    2. USAGE
    3. gf mod ARGUMENT
    4. ARGUMENT
    5. path copy all packages with its latest version in Go modules, which does not exist
    6. in GOPATH, to GOPATH. This enables your project using GOPATH building, but you
    7. should have GOPATH environment variable configured.
    8. EXAMPLES
    9. gf mod path

    该命令用于将当前go modules包拷贝到GOPATH中,以便使用原始的GOPATH方式开发,往往为了方便调试本地开发的依赖包。