Sort imports with goimports

This commit is contained in:
eikendev 2025-02-22 22:58:13 +01:00
parent b0699da1e9
commit 83a9034be7
No known key found for this signature in database
12 changed files with 29 additions and 15 deletions

View file

@ -3,12 +3,13 @@ package api
import (
"testing"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/pushbits/server/internal/log"
"github.com/pushbits/server/internal/model"
"github.com/pushbits/server/tests"
"github.com/pushbits/server/tests/mockups"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
func TestApi_getID(t *testing.T) {