package main import "go-workshop/test" func main() { err := test.PrintString("") if err != nil { panic(err) } }