package sub import ( "fmt" ) func Evaluate(params []string) { fmt.Print(params) }