瀏覽代碼

修复import 错误

huangrf 6 年之前
父節點
當前提交
40150d4d44
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      third/amap/amap.go

+ 1 - 1
third/amap/amap.go

@@ -4,7 +4,7 @@ import (
 	"encoding/json"
 	"fmt"
 	"git.qianqiusoft.com/qianqiusoft/light-apiengine/utils"
-	"github.com/pkg/errors"
+	"errors"
 	"math"
 )