MyString is a custom version of the `string` type.
| 2 | |
| 3 | // MyString is a custom version of the `string` type. |
| 4 | type MyString string |
| 5 | |
| 6 | // Len returns the length of the string. |
| 7 | func (s MyString) Len() int { |
nothing calls this directly
no outgoing calls
no test coverage detected