Remove unused variable appDir
This commit is contained in:
parent
b55cb13e44
commit
f00c6154a4
|
@ -8,8 +8,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
appDir string
|
||||
db *bolt.DB
|
||||
db *bolt.DB
|
||||
|
||||
bucketUsers = []byte("Users")
|
||||
bucketServers = []byte("Servers")
|
||||
|
|
Loading…
Reference in New Issue