Rename to gotify

This commit is contained in:
Jannis Mattheis
2018-02-12 16:48:01 +01:00
parent 4bb6950e34
commit 1e7e1a71f7
32 changed files with 55 additions and 55 deletions

View File

@@ -1,12 +1,12 @@
package database
import (
"github.com/gotify/server/auth"
"github.com/gotify/server/model"
"github.com/jinzhu/gorm"
_ "github.com/jinzhu/gorm/dialects/mysql" // enable the mysql dialect
_ "github.com/jinzhu/gorm/dialects/postgres" // enable the postgres dialect
_ "github.com/jinzhu/gorm/dialects/sqlite" // enable the sqlite3 dialect
"github.com/jmattheis/memo/auth"
"github.com/jmattheis/memo/model"
)
// New creates a new wrapper for the gorm database framework.