Writing layouts for time.Parse in Go
I recently started learning Go on Exercism. One of the topics in their syllabus was time/date parsing and manipulation. This is done using the time package in Go Learning how to use the time package was hard. It is unlike anything I've seen before, m...
May 10, 20223 min read59
