New structure #7

Merged
konrad merged 6 commits from new-structure into master 2018-10-31 12:42:38 +00:00
Showing only changes of commit d22388659f - Show all commits

View File

@ -40,11 +40,6 @@ func getEngine() (*xorm.Engine, error) {
return xorm.NewEngine("sqlite3", path)
}
// GetEngine returns the databse engine
func GetEngine() *xorm.Engine {
return x
}
func init() {
tables = append(tables,
new(User),