1
0
mirror of synced 2024-11-22 04:26:01 +03:00
This commit is contained in:
Alex Lushpai 2018-09-13 23:25:23 +03:00
parent eafccfadaf
commit ba86be8604

View File

@ -1,9 +1,7 @@
package main
import (
"encoding/json"
"fmt"
"io/ioutil"
"net/http"
"net/http/httptest"
"net/url"
@ -15,7 +13,6 @@ import (
"github.com/h2non/gock"
"github.com/retailcrm/mg-transport-api-client-go/v1"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
var router *gin.Engine