mirror of
https://github.com/go-gitea/gitea.git
synced 2024-09-01 14:56:30 +00:00
sort imports
This commit is contained in:
parent
c5959169dd
commit
b805631ea2
@ -7,9 +7,9 @@ import (
|
||||
"fmt"
|
||||
"net/url"
|
||||
|
||||
"github.com/olahol/melody"
|
||||
|
||||
user_model "code.gitea.io/gitea/models/user"
|
||||
|
||||
"github.com/olahol/melody"
|
||||
)
|
||||
|
||||
type sessionData struct {
|
||||
|
@ -4,12 +4,12 @@
|
||||
package websocket
|
||||
|
||||
import (
|
||||
"github.com/mitchellh/mapstructure"
|
||||
"github.com/olahol/melody"
|
||||
|
||||
"code.gitea.io/gitea/modules/context"
|
||||
"code.gitea.io/gitea/modules/json"
|
||||
notify_service "code.gitea.io/gitea/services/notify"
|
||||
|
||||
"github.com/mitchellh/mapstructure"
|
||||
"github.com/olahol/melody"
|
||||
)
|
||||
|
||||
var m *melody.Melody
|
||||
|
Loading…
Reference in New Issue
Block a user