MCPcopy Create free account
hub / github.com/Masterminds/vert / pvers

Function pvers

vert.go:189–193  ·  view source on GitHub ↗

pvers prints a list of versions to standard out.

(vers []*semver.Version)

Source from the content-addressed store, hash-verified

187
188// pvers prints a list of versions to standard out.
189func pvers(vers []*semver.Version) {
190 for _, v := range vers {
191 fmt.Fprintln(stdout, v.String())
192 }
193}
194
195// pout prints to stdout.
196func pout(msg string, args ...interface{}) {

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected