imports: fix import orders
Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
@ -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 }
|
||||
|
Reference in New Issue
Block a user