소스 검색

修复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"
 )