for now, panic here just in case

This commit is contained in:
Jeff Carr 2024-11-28 00:03:12 -06:00
parent 9129cfe885
commit 5a9b953d33
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ func main() {
newr, err := repos.NewGoPath("/home/jcarr/go/src", "go.wit.com/apps/wit-package")
if err != nil {
log.Info("init failed", err)
panic("crapnuts")
} else {
log.Info("init worked for", newr.GoPath)
}
@ -35,6 +36,7 @@ func main() {
log.Info("init failed correctly:", err)
} else {
log.Info("init should have failed for", newr.GoPath)
panic("crapnuts")
}
/*