move last fm server package

This commit is contained in:
sentriz
2019-05-24 14:49:38 +01:00
parent 128a326c8a
commit 6cb40b8d57
4 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import (
"github.com/jinzhu/gorm" "github.com/jinzhu/gorm"
"github.com/sentriz/gonic/model" "github.com/sentriz/gonic/model"
"github.com/sentriz/gonic/lastfm" "github.com/sentriz/gonic/server/lastfm"
) )
func (c *Controller) ServeLogin(w http.ResponseWriter, r *http.Request) { func (c *Controller) ServeLogin(w http.ResponseWriter, r *http.Request) {

View File

@@ -11,9 +11,9 @@ import (
"github.com/rainycape/unidecode" "github.com/rainycape/unidecode"
"github.com/sentriz/gonic/lastfm"
"github.com/sentriz/gonic/model" "github.com/sentriz/gonic/model"
"github.com/sentriz/gonic/scanner" "github.com/sentriz/gonic/scanner"
"github.com/sentriz/gonic/server/lastfm"
"github.com/sentriz/gonic/server/subsonic" "github.com/sentriz/gonic/server/subsonic"
) )