ab27c9d5f1
It appears that the value of Package is intended to be what is nowadays called the module path, not the path to the version package. This also fixes the issue of the version file being regenerated incorrectly under shell redirection as the go list command no longer attempts to parse .go files under the version package. $ ./version.sh > version.go version.go:1:1: expected 'package', found 'EOF' Signed-off-by: Cory Snider <csnider@mirantis.com> |
||
---|---|---|
.. | ||
print.go | ||
version.go | ||
version.sh |