Remove unused variable appDir

This commit is contained in:
Ken-Håvard Lieng 2016-01-04 19:33:28 +01:00
parent b55cb13e44
commit f00c6154a4

View File

@ -8,7 +8,6 @@ import (
) )
var ( var (
appDir string
db *bolt.DB db *bolt.DB
bucketUsers = []byte("Users") bucketUsers = []byte("Users")