mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-15 15:59:03 +00:00
Performance patch, version bump
This commit is contained in:
@@ -3,18 +3,10 @@ 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()
|
||||
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
||||
rand.Seed(time.Now().UTC().UnixNano())
|
||||
@@ -22,6 +14,5 @@ func main() {
|
||||
|
||||
webApi := api.New()
|
||||
webApi.SetupLogger()
|
||||
tmpDebugSetup()
|
||||
webApi.Run()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user