package main import ( "fmt" "strings" ) func demoImports() { fmt.Println(strings.ToUpper("gotlin")) }