mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-29 04:55:04 +08:00
..........
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package handler
|
||||
package uo
|
||||
|
||||
import (
|
||||
"gorm.io/gorm"
|
||||
@@ -11,6 +11,6 @@ type uoPrototype struct {
|
||||
}
|
||||
|
||||
func init() {
|
||||
uo := uoPrototype{c: db.Main}
|
||||
_ = uo
|
||||
Uo := &uoPrototype{c: db.Main}
|
||||
_ = Uo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user