#golang | #functions October 21, 2016 Variadic functions in Go Variadic functions allows you to have a variable number of arguments. Let’s see how.