Skip to content

Commit a0f2a4a

Browse files
author
zf1976
committed
fix: fix package name
1 parent c7d853b commit a0f2a4a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
package main
22

33
import (
4-
"AliyunPanToken/qrcode"
5-
"AliyunPanToken/qrcode/model"
6-
"AliyunPanToken/util/vjson"
74
"encoding/base64"
85
"github.com/zf1976/vlog"
96
"github.com/zf1976/vlog/timewriter"
107
"io"
118
"os"
9+
"qrcode-token/qrcode"
10+
"qrcode-token/qrcode/model"
11+
"qrcode-token/util/vjson"
1212
)
1313

1414
func main() {

qrcode/qrcode_api.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
package qrcode
22

33
import (
4-
"AliyunPanToken/qrcode/model"
5-
"AliyunPanToken/util/vhttp"
6-
"AliyunPanToken/util/vjson"
74
"errors"
85
"github.com/zf1976/vlog"
96
"io/ioutil"
107
"net/http"
118
"net/url"
9+
"qrcode-token/qrcode/model"
10+
"qrcode-token/util/vhttp"
11+
"qrcode-token/util/vjson"
1212
"strconv"
1313
"sync"
1414
"time"

testing/base64_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package testing
22

33
import (
4-
"AliyunPanToken/util/vjson"
54
"encoding/base64"
65
"fmt"
76
"github.com/zf1976/vlog"
7+
"qrcode-token/util/vjson"
88
"testing"
99
)
1010

0 commit comments

Comments
 (0)