alist/internal/store/store.go

8 lines
58 B
Go

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