9 lines
89 B
Go
9 lines
89 B
Go
package handler
|
|
|
|
import (
|
|
"gorm.io/gorm"
|
|
)
|
|
|
|
// Global database instance
|
|
var DB *gorm.DB
|