14 lines
167 B
Go
14 lines
167 B
Go
|
package main
|
||
|
|
||
|
// are sent via -ldflags at buildtime
|
||
|
var VERSION string
|
||
|
var BUILDTIME string
|
||
|
|
||
|
func main() {
|
||
|
if argv.Refs {
|
||
|
showRefs()
|
||
|
} else {
|
||
|
testMessage()
|
||
|
}
|
||
|
}
|