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