package main import ( "fmt" "github.com/gogf/gf/v2/debug/gdebug" ) func main() { fmt.Println(gdebug.BuildInfo()) }