imports: fix import orders

Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
Sumner Evans
2022-10-21 09:48:37 -05:00
parent 89b81cf36f
commit 9789217745
5 changed files with 10 additions and 5 deletions

View File

@ -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 {

View File

@ -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 }