| 3 | import "runtime/debug" |
| 4 | |
| 5 | type StructuredVersion struct { |
| 6 | Revision string |
| 7 | Modified bool |
| 8 | } |
| 9 | |
| 10 | func (sv StructuredVersion) String() string { |
| 11 | if len(sv.Revision) > 7 { |
nothing calls this directly
no outgoing calls
no test coverage detected