Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrReadFile = errors.New("unable to read file") ErrUnknownFormat = errors.New("unknown format") )
Functions ¶
func GetWorkingDir ¶
func GetWorkingDir() string
func WriteStruct ¶ added in v0.1.16
Types ¶
type VersionInformation ¶ added in v0.1.2
type VersionInformation struct {
Version string
BuildDate string
CommitID string
Branch string
Stage Stage
}
func GetVersionInformation ¶ added in v0.1.2
func GetVersionInformation() VersionInformation
Click to show internal directories.
Click to hide internal directories.