package repository import ( "git.beswell.com/gframe/application" "git.beswell.com/gframe/application/repository" ) var Repository *repository.Repository func Init() { Repository = application.GetApp().NewRepository() }