Working on Server
This commit is contained in:
parent
e6fb690fc3
commit
eefa309913
@ -15,6 +15,10 @@ func main() {
|
||||
adminDB = boltrest.Open("admin.db")
|
||||
}
|
||||
|
||||
func mainLoop() {
|
||||
|
||||
}
|
||||
|
||||
func initialize() error {
|
||||
// Make sure that the necessary files/directories are in place
|
||||
var tstDir *os.File
|
||||
@ -50,4 +54,4 @@ func generateAPIKey() string {
|
||||
}
|
||||
}
|
||||
return string(b)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user