mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-21 17:46:28 +08:00
8 lines
58 B
Go
8 lines
58 B
Go
package store
|
|
|
|
import (
|
|
"gorm.io/gorm"
|
|
)
|
|
|
|
var db gorm.DB
|