| 729 | } |
| 730 | |
| 731 | type version struct { |
| 732 | CommandBase |
| 733 | } |
| 734 | |
| 735 | func (c *version) Run(ctx context.Context, opts *versionOpts) (bool, error) { |
| 736 | buildInfo, _ := debug.ReadBuildInfo() |
nothing calls this directly
no outgoing calls
no test coverage detected