File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
package main
2
2
3
3
import (
4
- "AliyunPanToken/qrcode"
5
- "AliyunPanToken/qrcode/model"
6
- "AliyunPanToken/util/vjson"
7
4
"encoding/base64"
8
5
"github.com/zf1976/vlog"
9
6
"github.com/zf1976/vlog/timewriter"
10
7
"io"
11
8
"os"
9
+ "qrcode-token/qrcode"
10
+ "qrcode-token/qrcode/model"
11
+ "qrcode-token/util/vjson"
12
12
)
13
13
14
14
func main () {
Original file line number Diff line number Diff line change 1
1
package qrcode
2
2
3
3
import (
4
- "AliyunPanToken/qrcode/model"
5
- "AliyunPanToken/util/vhttp"
6
- "AliyunPanToken/util/vjson"
7
4
"errors"
8
5
"github.com/zf1976/vlog"
9
6
"io/ioutil"
10
7
"net/http"
11
8
"net/url"
9
+ "qrcode-token/qrcode/model"
10
+ "qrcode-token/util/vhttp"
11
+ "qrcode-token/util/vjson"
12
12
"strconv"
13
13
"sync"
14
14
"time"
Original file line number Diff line number Diff line change 1
1
package testing
2
2
3
3
import (
4
- "AliyunPanToken/util/vjson"
5
4
"encoding/base64"
6
5
"fmt"
7
6
"github.com/zf1976/vlog"
7
+ "qrcode-token/util/vjson"
8
8
"testing"
9
9
)
10
10
You can’t perform that action at this time.
0 commit comments