github.com/ZuluSpl0it/Sia@v1.3.7/build/commit.go (about)

     1  package build
     2  
     3  // GitRevision and BuildTime get assigned via the Makefile when built.
     4  var (
     5  	// GitRevision is the git commit hash used when built
     6  	GitRevision string
     7  	// BuildTime is the date and time the build was completed
     8  	BuildTime string
     9  )