summaryrefslogtreecommitdiff
path: root/repoSettings.go
diff options
context:
space:
mode:
Diffstat (limited to 'repoSettings.go')
-rw-r--r--repoSettings.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/repoSettings.go b/repoSettings.go
index 9b03ad1..66677f8 100644
--- a/repoSettings.go
+++ b/repoSettings.go
@@ -20,6 +20,7 @@ func (f *Forge) SortByGoPath() *ForgeConfigIterator {
}
*/
+/*
func (all *ForgeConfigs) UpdateGoPath(name string, gopath string) bool {
oldr := all.DeleteByGoPath(name)
if oldr == nil {
@@ -31,6 +32,7 @@ func (all *ForgeConfigs) UpdateGoPath(name string, gopath string) bool {
oldr.GoPath = gopath
return all.Append(oldr)
}
+*/
// returns true if gopath is readonly()
// will attempt to match IsWritable("foo") against anything ending in "foo"