package examples.imports import go.strings import go.fmt fun main() { fmt.Println(strings.ToUpper("gotlinn")) }