go generate version

This commit is contained in:
AJ ONeal 2019-07-28 04:08:45 -06:00
parent 4267ac8731
commit f3fc791ae7
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
xversion.go
/pathman
dist

View File

@ -1,3 +1,5 @@
//go:generate go run -mod=vendor git.rootprojects.org/root/go-gitver
package main
import (