go fmt
This commit is contained in:
+1
-2
@@ -1,8 +1,8 @@
|
||||
package controllers
|
||||
|
||||
import (
|
||||
"github.com/deluan/gosonic/models"
|
||||
"encoding/json"
|
||||
"github.com/deluan/gosonic/models"
|
||||
|
||||
"github.com/astaxie/beego"
|
||||
)
|
||||
@@ -116,4 +116,3 @@ func (u *UserController) Logout() {
|
||||
u.Data["json"] = "logout success"
|
||||
u.ServeJSON()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user