package main import ( "./uc/uc" "fmt" ) func main() { str1 := "USING package uc!" fmt.Println(uc.UpperCase(str1)) }