TrimSuffix in Go
TrimSuffix returns s without the provided trailing suffix string. If s doesn't end with suffix, s is returned unchanged.
TrimSuffix returns s without the provided trailing suffix string. If s doesn't end with suffix, s is returned unchanged.