1
0
Fork 0
forked from mirrors/tar-split

*: adding some version magic

This commit is contained in:
Vincent Batts 2015-08-14 10:02:46 -04:00
parent c76e42010e
commit 4f81319c22
3 changed files with 13 additions and 2 deletions

4
version/gen.go Normal file
View file

@ -0,0 +1,4 @@
package version
// from `go get github.com/vbatts/go-get-version`
//go:generate go-get-version -package version -variable VERSION -output version.go