certspotter/cmd/certspotter
Faidon Liambotis adad916dc4 certspotterVersion: also allow -X=main.Version
debug.ReadBuildInfo() doesn't work for the Debian package, where there
is no git repository (at best; could be the Debian packaging one). The
go module doesn't have a version either.

Add a quick shortcut at the top, that sets the version to main.Version
if it's non-empty -- which is by default, so no change in behavior.

Effectively, this allows one to use the standard
-ldflags=-X=main.Version to set the version, like we intend to do in the
Debian package.
2023-02-09 15:29:26 +02:00
..
.gitignore Rename project to certspotter 2016-05-04 11:49:07 -07:00
main.go certspotterVersion: also allow -X=main.Version 2023-02-09 15:29:26 +02:00