buildinfo

package
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package buildinfo returns info about ch-rollup build.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Info

type Info struct {
	// Version is the version of the ch-rollup.
	Version string
	// GoVersion is the version of the Go that produced this binary.
	GoVersion string
	// Commit is the current commit hash.
	Commit string
	// Time is the time of the build.
	Time time.Time
}

Info is the ch-rollup build information.

func Get

func Get() *Info

Get Info.

func (*Info) String

func (i *Info) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL