whereabouts/pkg/version/doc.go
Antonin Bas ad343c7b45 Add support for CNI version
The hack/build-go.sh script is modified to pass version information
during the build through LDFLAGS, which is a pretty standard technique.

This information can then be used to report the version of the
whereabouts CNI plugin at runtime; before this change the plugin would
just print "TODO".
2021-08-27 17:45:43 -07:00

4 lines
119 B
Go

// Package version provides information about the current semantic version for
// the whereabouts CNI.
package version