Files
gf/.example/debug/gdebug/gdebug_info.go

11 lines
120 B
Go
Raw Normal View History

package main
import (
"fmt"
2021-10-11 21:41:56 +08:00
"github.com/gogf/gf/v2/debug/gdebug"
)
func main() {
fmt.Println(gdebug.BuildInfo())
}