MCPcopy Index your code
hub / github.com/riverqueue/river / version

Struct version

cmd/river/rivercli/river_cli.go:731–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729}
730
731type version struct {
732 CommandBase
733}
734
735func (c *version) Run(ctx context.Context, opts *versionOpts) (bool, error) {
736 buildInfo, _ := debug.ReadBuildInfo()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected