String returns the string value of the Version
()
| 17 | |
| 18 | // String returns the string value of the Version |
| 19 | func (v *Version) String() string { |
| 20 | return v.Version.String() |
| 21 | } |
| 22 | |
| 23 | // Equal compares two Versions |
| 24 | func (v *Version) Equal(other *Version) bool { |
no outgoing calls