Codebase list golang-github-pointlander-peg / upstream/1.0.1+git20230113.1.2b75877 buildinfo.go
upstream/1.0.1+git20230113.1.2b75877

Tree @upstream/1.0.1+git20230113.1.2b75877 (Download .tar.gz)

buildinfo.go @upstream/1.0.1+git20230113.1.2b75877raw · history · blame

// Code Generated by "build.go buildinfo"  DO NOT EDIT.
package main

const (
	// VERSION is the version of peg
	VERSION   = "unknown"
	// BUILDTIME is the build time of peg
	BUILDTIME = "2020-08-26T03:40:14"
	// COMMIT is the commit hash of peg
	COMMIT    = "5cdb3adc061370cdd20392ffe2740cc8db104126"
	// IS_TAGGED is there a version
	IS_TAGGED = false
)