@@ -1,10 +1,10 @@
package boot
import (
+ "github.com/goflyfox/gtoken/gtoken"
"github.com/gogf/gf/frame/g"
"github.com/gogf/gf/net/ghttp"
"github.com/gogf/gf/os/glog"
- "gtoken/gtoken"
)
/*
@@ -1,8 +1,8 @@
package main
+ _ "github.com/goflyfox/gtoken/example/boot"
- _ "gtoken/example/boot"
func main() {
@@ -2,9 +2,9 @@ package test
"encoding/json"
"testing"
@@ -1,11 +1,11 @@
package test
"github.com/gogf/gf/encoding/gjson"
"github.com/gogf/gf/os/gcache"
"github.com/gogf/gf/util/gconv"
"time"
@@ -1,4 +1,4 @@
-module gtoken
+module github.com/goflyfox/gtoken
require github.com/gogf/gf v1.8.4-0.20190913164306-41a0b5293949
@@ -1,7 +1,7 @@
package gtoken_test