mirror of
https://github.com/AlistGo/alist.git
synced 2025-12-20 11:50:13 +08:00
8 lines
58 B
Go
8 lines
58 B
Go
package store
|
|
|
|
import (
|
|
"gorm.io/gorm"
|
|
)
|
|
|
|
var db gorm.DB
|