1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2025-07-05 15:58:29 +00:00

*: 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