Categorygithub.com/EdoaLive/repoInfoDump
repositorypackage
0.1.4
Repository: https://github.com/edoalive/repoinfodump.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

repoInfoDump

This tools helps you quickly obtain a string containing the repo status (commit hash, time) at the time of build of your binary.

Usage

fmt.println(repoInfoDump.GetString())

Output example:

repoInfoDump v0.1.3 commit: cf5013a (2024-03-28T11:53:42Z) (REPO MODIFIED)

Other customized usages are possible.

TODO

  • Improve documentation