Move config to internal

This commit is contained in:
9seconds
2021-04-02 21:41:02 +03:00
parent ea7033d569
commit 7bffdcdf4a
31 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"net/http"
"testing"
"github.com/9seconds/mtg/v2/config"
"github.com/9seconds/mtg/v2/internal/config"
"github.com/9seconds/mtg/v2/internal/testlib"
"github.com/9seconds/mtg/v2/mtglib"
"github.com/jarcoal/httpmock"
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"net/url"
"os"
"github.com/9seconds/mtg/v2/config"
"github.com/9seconds/mtg/v2/internal/config"
"github.com/9seconds/mtg/v2/mtglib"
"github.com/9seconds/mtg/v2/network"
)