mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-12 06:28:50 +00:00
Various little improvements. More work on permissions
This commit is contained in:
@@ -3,15 +3,14 @@ package main
|
||||
import (
|
||||
"github.com/simon987/task_tracker/api"
|
||||
"github.com/simon987/task_tracker/config"
|
||||
"github.com/simon987/task_tracker/storage"
|
||||
"math/rand"
|
||||
"time"
|
||||
)
|
||||
|
||||
func tmpDebugSetup() {
|
||||
|
||||
db := storage.Database{}
|
||||
db.Reset()
|
||||
//db := storage.Database{}
|
||||
//db.Reset()
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user