mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-12 06:28:50 +00:00
added optional task unique field
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"math/rand"
|
||||
"src/task_tracker/api"
|
||||
"src/task_tracker/config"
|
||||
"src/task_tracker/storage"
|
||||
"time"
|
||||
)
|
||||
|
||||
func tmpDebugSetup() {
|
||||
@@ -15,6 +17,7 @@ func tmpDebugSetup() {
|
||||
|
||||
func main() {
|
||||
|
||||
rand.Seed(time.Now().UTC().UnixNano())
|
||||
config.SetupConfig()
|
||||
|
||||
webApi := api.New()
|
||||
|
||||
Reference in New Issue
Block a user