alist/internal/store/store.go
2022-06-09 17:11:46 +08:00

8 lines
58 B
Go

package store
import (
"gorm.io/gorm"
)
var db gorm.DB