Skip to content

Commit

Permalink
更新模块名称
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 14, 2019
1 parent 542d901 commit 59f84a8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/boot/router.go
Original file line number Diff line number Diff line change
@@ -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"
)

/*
Expand Down
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main

import (
_ "github.com/goflyfox/gtoken/example/boot"
"github.com/gogf/gf/frame/g"
_ "gtoken/example/boot"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion example/test/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package test

import (
"encoding/json"
"github.com/goflyfox/gtoken/gtoken"
"github.com/gogf/gf/frame/g"
"github.com/gogf/gf/net/ghttp"
"gtoken/gtoken"
"testing"
)

Expand Down
2 changes: 1 addition & 1 deletion example/test/cache_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package test

import (
"github.com/goflyfox/gtoken/gtoken"
"github.com/gogf/gf/encoding/gjson"
"github.com/gogf/gf/frame/g"
"github.com/gogf/gf/os/gcache"
"github.com/gogf/gf/util/gconv"
"gtoken/gtoken"
"testing"
"time"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module gtoken
module github.com/goflyfox/gtoken

require github.com/gogf/gf v1.8.4-0.20190913164306-41a0b5293949

Expand Down
2 changes: 1 addition & 1 deletion gtoken/gtoken_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package gtoken_test

import (
"gtoken/gtoken"
"github.com/goflyfox/gtoken/gtoken"
"testing"
)

Expand Down

0 comments on commit 59f84a8

Please sign in to comment.