Documentation ¶ Index ¶ type Info func (i Info) BuildTime() time.Time Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Info ¶ type Info struct { // GitRevision is the git revision associated with this build. GitRevision string // BuildTimeUnix is the seconds since epoch representing the date this build was created. BuildTimeUnix int64 } var ( InfoData Info ) func (Info) BuildTime ¶ func (i Info) BuildTime() time.Time Source Files ¶ View all Source files build.go Click to show internal directories. Click to hide internal directories.