Browse Source

包引用修改

master v0.1.0
guzeng 3 years ago
parent
commit
be3c803be0
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      coupon/client.go
  2. +1
    -1
      order/client.go
  3. +1
    -1
      site/client.balance.go
  4. +1
    -1
      site/client.go

+ 1
- 1
coupon/client.go View File

@ -10,7 +10,7 @@ import (
"strings"
"time"
"git.tetele.net/ttlpkg/tgo/crypter"
"git.tetele.net/tgo/crypter"
"github.com/golang/protobuf/proto"
)


+ 1
- 1
order/client.go View File

@ -10,7 +10,7 @@ import (
"strings"
"time"
"git.tetele.net/ttlpkg/tgo/crypter"
"git.tetele.net/tgo/crypter"
"github.com/golang/protobuf/proto"
)


+ 1
- 1
site/client.balance.go View File

@ -9,7 +9,7 @@ import (
"strings"
"time"
"git.tetele.net/ttlpkg/tgo/crypter"
"git.tetele.net/tgo/crypter"
"github.com/golang/protobuf/proto"
)


+ 1
- 1
site/client.go View File

@ -9,7 +9,7 @@ import (
"strings"
"time"
"git.tetele.net/ttlpkg/tgo/crypter"
"git.tetele.net/tgo/crypter"
"github.com/golang/protobuf/proto"
)


Loading…
Cancel
Save