package test_vars import ( "fmt" ) func PrintTitle(title string) { fmt.Printf("Title is %s\n", title) }