I was going through some code written in Google\'s Go language, and I came across this:
func Statusln(a ...interface{}) func Statusf(format string, a ...inte
They are variadic functions. They accept a variable number of arguments.