diff options
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") |
