strtoupper

strtoupper

[code]
fmt.Println(strings.ToUpper("Gopher"))
[/code]