Version: 0.1.0

This commit is contained in:
Dan Sosedoff 2014-10-13 21:12:19 -05:00
parent 2dae3dbf3f
commit 7482d4d4e7

View File

@ -8,6 +8,8 @@ import (
"os"
)
const VERSION = "0.1.0"
var options struct {
Debug bool `short:"d" description:"Enable debugging mode" default:"false"`
Url string `long:"url" description:"Database connection string"`