diff options
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") -} |
