From 250a96c49f0d4d56362be4aa02f74b6b63b4495a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 13 Nov 2024 17:03:03 -0600 Subject: rm more code --- main.go | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'main.go') 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") -- cgit v1.2.3