修改包路径

This commit is contained in:
duanhf2012
2020-03-28 10:13:06 +08:00
parent 4ce56964b0
commit 62acc96412
17 changed files with 36 additions and 36 deletions

View File

@@ -4,7 +4,7 @@ import (
"database/sql"
"errors"
"fmt"
"github.com/duanhf2012/originnet/log"
"github.com/duanhf2012/origin/log"
"math/rand"
"net/url"
"reflect"
@@ -13,7 +13,7 @@ import (
"sync"
"time"
"github.com/duanhf2012/originnet/service"
"github.com/duanhf2012/origin/service"
_ "github.com/go-sql-driver/mysql"
)

View File

@@ -10,7 +10,7 @@ import (
"net/url"
"time"
"github.com/duanhf2012/originnet/service"
"github.com/duanhf2012/origin/service"
)
type HttpClientPoolModule struct {

View File

@@ -5,10 +5,10 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/duanhf2012/originnet/log"
"github.com/duanhf2012/origin/log"
"time"
"github.com/duanhf2012/originnet/service"
"github.com/duanhf2012/origin/service"
"github.com/gomodule/redigo/redis"
)