mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
add more inernal logging points for core components
This commit is contained in:
@ -1,13 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/gogf/gf/util/grand"
|
||||
"github.com/gogf/gf/frame/g"
|
||||
)
|
||||
|
||||
func main() {
|
||||
s := "我爱GoFrame"
|
||||
for i := 0; i <= 10; i++ {
|
||||
fmt.Println(grand.Str(s, 10))
|
||||
}
|
||||
g.Cfg().Dump()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user