imports: fix import orders
Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
parent
4d37d06c58
commit
e843faf9b4
@ -24,10 +24,11 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"maunium.net/go/maulogger/v2"
|
||||
|
||||
"github.com/beeper/groupme/database"
|
||||
"github.com/beeper/groupme/types"
|
||||
whatsappExt "github.com/beeper/groupme/whatsapp-ext"
|
||||
"maunium.net/go/maulogger/v2"
|
||||
|
||||
"maunium.net/go/mautrix"
|
||||
"maunium.net/go/mautrix/appservice"
|
||||
|
@ -22,8 +22,9 @@ import (
|
||||
|
||||
log "maunium.net/go/maulogger/v2"
|
||||
|
||||
"github.com/beeper/groupme/types"
|
||||
"maunium.net/go/mautrix/id"
|
||||
|
||||
"github.com/beeper/groupme/types"
|
||||
)
|
||||
|
||||
type UserQuery struct {
|
||||
|
@ -3,8 +3,9 @@ package groupmeExt
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/beeper/groupme/types"
|
||||
"github.com/karmanyaahm/groupme"
|
||||
|
||||
"github.com/beeper/groupme/types"
|
||||
)
|
||||
|
||||
type Client struct {
|
||||
|
@ -9,8 +9,9 @@ import (
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
|
||||
"github.com/beeper/groupme/types"
|
||||
"github.com/karmanyaahm/groupme"
|
||||
|
||||
"github.com/beeper/groupme/types"
|
||||
)
|
||||
|
||||
type Message struct{ groupme.Message }
|
||||
|
3
user.go
3
user.go
@ -34,11 +34,12 @@ import (
|
||||
"maunium.net/go/mautrix/format"
|
||||
"maunium.net/go/mautrix/id"
|
||||
|
||||
"github.com/karmanyaahm/groupme"
|
||||
|
||||
"github.com/beeper/groupme/database"
|
||||
"github.com/beeper/groupme/groupmeExt"
|
||||
"github.com/beeper/groupme/types"
|
||||
whatsappExt "github.com/beeper/groupme/whatsapp-ext"
|
||||
"github.com/karmanyaahm/groupme"
|
||||
)
|
||||
|
||||
type User struct {
|
||||
|
Loading…
Reference in New Issue
Block a user