# Functions
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
//查询buildtime包中的位置,在github.com/hero1s/golib/utils/buildtime.BuildTime中
go tool nm ./originserver.exe |grep buildtime
//编译传入编译时间信息
go build -ldflags "-X 'github.com/hero1s/golib/utils/buildtime.BuildTime=20200101'"
go build -ldflags "-X github.com/hero1s/golib/utils/buildtime.BuildTime=20200101 -X github.com/duanhf2012/origin/util/buildtime.BuildTag=debug"
*/.