mirror of
https://github.com/pushbits/server.git
synced 2025-06-07 13:11:59 +02:00
Sort imports with goimports
This commit is contained in:
parent
b0699da1e9
commit
83a9034be7
12 changed files with 29 additions and 15 deletions
|
@ -7,10 +7,11 @@ import (
|
|||
"testing"
|
||||
|
||||
"github.com/jinzhu/configor"
|
||||
"github.com/pushbits/server/internal/log"
|
||||
"github.com/pushbits/server/internal/pberrors"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"gopkg.in/yaml.v2"
|
||||
|
||||
"github.com/pushbits/server/internal/log"
|
||||
"github.com/pushbits/server/internal/pberrors"
|
||||
)
|
||||
|
||||
type Pair struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue