Backend: Format go imports

This commit is contained in:
Michael Mayer
2020-11-21 18:08:41 +01:00
parent 668025c050
commit 5daa689975
93 changed files with 194 additions and 103 deletions

View File

@@ -1,10 +1,11 @@
package api
import (
"github.com/stretchr/testify/assert"
"github.com/tidwall/gjson"
"net/http"
"testing"
"github.com/stretchr/testify/assert"
"github.com/tidwall/gjson"
)
func TestCreateZip(t *testing.T) {