summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 22:36:36 -0600
committerJeff Carr <[email protected]>2024-12-01 22:36:36 -0600
commitbe026e8edc5a9cac0d8923cc00099c150f97e329 (patch)
tree3129f490b1d42b0c93cdf2991b6e80ecb496d4e2 /init.go
parentdc3fe4bd2e4fff95bd938eada5d71314e124b2c1 (diff)
remove all the old testing things()v0.0.15
Diffstat (limited to 'init.go')
-rw-r--r--init.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.go b/init.go
index 1a8384b..5a3f4bf 100644
--- a/init.go
+++ b/init.go
@@ -18,7 +18,6 @@ func Init() *Forge {
goSrcDir, err := f.findGoSrc()
if err != nil {
log.Warn("forge init() findGoSrc()", err)
- panic("forge init() findGoSrc()")
}
os.Setenv("FORGE_GOSRC", goSrcDir)
}