mirror of
https://github.com/securego/gosec.git
synced 2024-11-06 03:55:50 +00:00
11 lines
196 B
Go
11 lines
196 B
Go
|
package main
|
||
|
|
||
|
// Version is the build version
|
||
|
var Version string
|
||
|
|
||
|
// GitTag is the git tag of the build
|
||
|
var GitTag string
|
||
|
|
||
|
// BuildDate is the date when the build was created
|
||
|
var BuildDate string
|