This commit is contained in:
Stephen McQuay 2018-02-22 10:51:23 -08:00
commit f0afc7f0af
Signed by: sm
GPG Key ID: 4E4B72F479BA3CE5
2 changed files with 14 additions and 0 deletions

11
cmd/foo/main.go Normal file
View File

@ -0,0 +1,11 @@
package main
import (
"fmt"
"mcquay.me/vers"
)
func main() {
fmt.Printf("version: %v\n", vers.Version)
}

3
vers.go Normal file
View File

@ -0,0 +1,3 @@
package vers
var Version = "u"