aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/main.go
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-07-19 20:21:36 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-07-19 20:21:36 +0100
commit4f4ac691f4caf2faa7b36eb5615214c1730ed06b (patch)
tree9000bb88ca9d64c4de793c84ba0027f154fc52a9 /cmd/main.go
parent69854b70faa41e16ff1a2659ebc0624037b14b4f (diff)
fix for no-compile
Diffstat (limited to 'cmd/main.go')
-rw-r--r--cmd/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/main.go b/cmd/main.go
index 5c3ac6b..477cc47 100644
--- a/cmd/main.go
+++ b/cmd/main.go
@@ -42,7 +42,7 @@ func setUp() (string, error) {
// Entry point
func main() {
- dir, err := setUp()
+ _, err := setUp()
if err != nil {
log.Fatal(err)
}