Browse Source

修复import 错误

huangrf 5 years ago
parent
commit
40150d4d44
1 changed files with 1 additions and 1 deletions
  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"
 )