mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
add gdebug.BuildInfo function; improving gproc
This commit is contained in:
10
.example/debug/gdebug/gdebug_info.go
Normal file
10
.example/debug/gdebug/gdebug_info.go
Normal file
@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/gogf/gf/debug/gdebug"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println(gdebug.BuildInfo())
|
||||
}
|
||||
Reference in New Issue
Block a user