mirror of
https://gitee.com/johng/gf.git
synced 2024-12-02 12:17:53 +08:00
11 lines
117 B
Go
11 lines
117 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
"github.com/gogf/gf/debug/gdebug"
|
|
)
|
|
|
|
func main() {
|
|
fmt.Println(gdebug.BuildInfo())
|
|
}
|