mirror of
https://github.com/pushbits/server.git
synced 2025-06-08 05:32:04 +02:00
Sort imports with goimports
This commit is contained in:
parent
b0699da1e9
commit
83a9034be7
12 changed files with 29 additions and 15 deletions
|
@ -6,10 +6,11 @@ import (
|
|||
"io"
|
||||
"testing"
|
||||
|
||||
"github.com/pushbits/server/internal/model"
|
||||
"github.com/pushbits/server/tests"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/pushbits/server/internal/model"
|
||||
"github.com/pushbits/server/tests"
|
||||
)
|
||||
|
||||
// Collect all created applications to check & delete them later
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue