Make SDK importable from module root
This commit is contained in:
@@ -5,13 +5,13 @@ import (
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
"git.yuanzoo.cn/zhangzhengqiang/popi-zxl/third_party/official/gosdk_demo/zxsdk/constant"
|
||||
"git.yuanzoo.cn/zhangzhengqiang/popi-zxl/third_party/official/gosdk_demo/zxsdk/log"
|
||||
"github.com/mitchellh/mapstructure"
|
||||
"io"
|
||||
"net/http"
|
||||
"net/url"
|
||||
"time"
|
||||
"zxsdk/constant"
|
||||
"zxsdk/log"
|
||||
)
|
||||
|
||||
var DefaultHttpClient = &http.Client{
|
||||
|
||||
Reference in New Issue
Block a user