diff options
| author | Jeff Carr <[email protected]> | 2024-11-13 17:03:03 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-13 17:03:03 -0600 |
| commit | 250a96c49f0d4d56362be4aa02f74b6b63b4495a (patch) | |
| tree | bb1a1273c9005d559b58a45106b5ee93e4e4782d /main.go | |
| parent | fb3464abd0cd281c655bde1c765b9ae878e244a0 (diff) | |
rm more code
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -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") |
