使用方式:
$ gf mod -hUSAGEgf mod ARGUMENTARGUMENTpath copy all packages with its latest version in Go modules, which does not existin GOPATH, to GOPATH. This enables your project using GOPATH building, but youshould have GOPATH environment variable configured.EXAMPLESgf mod path
该命令用于将当前go modules包拷贝到GOPATH中,以便使用原始的GOPATH方式开发,往往为了方便调试本地开发的依赖包。
