TrimRight in Go
TrimRight returns a subslice of s by slicing off all trailing UTF-8-encoded code points that are contained in cutset.
TrimRight returns a subslice of s by slicing off all trailing UTF-8-encoded code points that are contained in cutset.