Selaa lähdekoodia

修复import 错误

huangrf 6 vuotta sitten
vanhempi
commit
40150d4d44
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"
 )