Refactor and remove sqlite and replace with MySQL
This commit is contained in:
8
internal/handlers/common.go
Normal file
8
internal/handlers/common.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"synlotto-website/models"
|
||||
)
|
||||
|
||||
var Draws []models.ThunderballResult
|
||||
var MyTickets []models.Ticket
|
||||
Reference in New Issue
Block a user