package forgepb import ( "os" ) func (repos *Repos) UpdateGoPath(r *Repo, gopath string) { r.Gopath = gopath repos.ConfigSave() os.Exit(0) }