mirror of
https://gitee.com/johng/gf
synced 2026-07-06 21:45:34 +08:00
v2 -> v3
This commit is contained in:
@ -11,10 +11,10 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/gogf/gf/v2/database/gredis"
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gcache"
|
||||
"github.com/gogf/gf/v2/os/gctx"
|
||||
"github.com/gogf/gf/v3/database/gredis"
|
||||
"github.com/gogf/gf/v3/frame/g"
|
||||
"github.com/gogf/gf/v3/os/gcache"
|
||||
"github.com/gogf/gf/v3/os/gctx"
|
||||
)
|
||||
|
||||
func ExampleNew() {
|
||||
|
||||
Reference in New Issue
Block a user