summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-13 17:03:03 -0600
committerJeff Carr <[email protected]>2024-11-13 17:03:03 -0600
commit250a96c49f0d4d56362be4aa02f74b6b63b4495a (patch)
treebb1a1273c9005d559b58a45106b5ee93e4e4782d /main.go
parentfb3464abd0cd281c655bde1c765b9ae878e244a0 (diff)
rm more code
Diffstat (limited to 'main.go')
-rw-r--r--main.go18
1 files changed, 10 insertions, 8 deletions
diff --git a/main.go b/main.go
index 8cb05e2..05f2da3 100644
--- a/main.go
+++ b/main.go
@@ -60,14 +60,16 @@ func main() {
os.Exit(0)
}
- // sanity check of things that might be around that mess
- // up things later
- // check to make sure we have a go.sum here
- gosum := filepath.Join(homeDir, "go/src/go.wit.com/apps/guireleaser/go.sum")
- if !shell.Exists(gosum) {
- log.Info("go.sum must exist here")
- os.Exit(0)
- }
+ /*
+ // sanity check of things that might be around that mess
+ // up things later
+ // check to make sure we have a go.sum here
+ gosum := filepath.Join(homeDir, "go/src/go.wit.com/apps/guireleaser/go.sum")
+ if !shell.Exists(gosum) {
+ log.Info("go.sum must exist here")
+ os.Exit(0)
+ }
+ */
log.Info("Creating the Release Window")