#golang | #time.Time November 3, 2016 json: unmarshal custom date formats When we are building a JSON API, many times we have to deal with dates that we can’t have control of the layout.
#golang | #functions October 21, 2016 Variadic functions in Go Variadic functions allows you to have a variable number of arguments. Let’s see how.