diff options
| author | Jeff Carr <[email protected]> | 2025-09-11 01:53:53 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-11 01:53:53 -0500 |
| commit | dbde2f51b8acb4043203b5592531c6715896c800 (patch) | |
| tree | bb892866022b2f8045784091b181592dc480b3c8 /configDefault.go | |
| parent | ac107331fc376edc5343732f7ebcd0d8e3177282 (diff) | |
cleanup config file handling
Diffstat (limited to 'configDefault.go')
| -rw-r--r-- | configDefault.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/configDefault.go b/configDefault.go deleted file mode 100644 index 3246798..0000000 --- a/configDefault.go +++ /dev/null @@ -1,15 +0,0 @@ -package forgepb - -import ( - "fmt" -) - -func (all *ForgeConfigs) sampleConfig() { - new1 := new(ForgeConfig) - new1.GoPath = "go.wit.com" - new1.Writable = true - new1.Directory = true - all.Append(new1) - - fmt.Println("first time user. adding an example config file with", len(all.ForgeConfigs), "repos") -} |
