rtrim

rtrim

[code]
fmt.Print(strings.TrimRight("¡¡¡Hello, Gophers!!!", "!¡"))
[/code]