summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-30 01:31:54 -0600
committerJeff Carr <[email protected]>2024-11-30 01:31:54 -0600
commitd972937cca56565ed4b7f53f708530992f98646b (patch)
tree21455c80f53ec7b0a044b25a1c6f1672d6d7903d /init.go
parent09d9c36f76f4810087bc0acfa9854d61bfd3db86 (diff)
move Clone() herev0.0.8
Diffstat (limited to 'init.go')
-rw-r--r--init.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.go b/init.go
index 874439c..a991582 100644
--- a/init.go
+++ b/init.go
@@ -50,7 +50,3 @@ func Init() *Forge {
log.Warn("GOT HERE. forge.Init(). f can not be nil")
return f
}
-
-func (f *Forge) SortByPath() *ForgeConfigIterator {
- return f.Config.SortByPath()
-}