trim

trim

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