1 2 3 4 5 6 7
package forgepb import "go.wit.com/lib/protobuf/gitpb" func (f *Forge) NewGoPath(gopath string) (*gitpb.Repo, error) { return f.Repos.NewGoPath(f.goSrc, gopath) }