summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@gmail.com>2018-10-16 22:56:35 -0400
committerAlex Goodman <wagoodman@gmail.com>2018-10-16 22:56:35 -0400
commit9802546b60e04aaedf42a2c364fff979493c0d6a (patch)
tree5e39e21b114dcb5b7eec1fef892777d8e634554c /main.go
parentdddb2e6b975e5efbf24e3ad91f9e5ab0aca42ba6 (diff)
adding goreleaserv0.0.1
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.go b/main.go
index 4f4451c..566d1ef 100644
--- a/main.go
+++ b/main.go
@@ -24,6 +24,12 @@ import (
"github.com/wagoodman/dive/cmd"
)
+var (
+ version = "No version provided"
+ commit = "No commit provided"
+ buildTime = "No build timestamp provided"
+)
+
func main() {
cmd.Execute()
}