|
|
|
|
|
by mbarlocker
3352 days ago
|
|
the thing i hate most about golang: no generics.
the thing i love most about golang: super fast. Just yesterday, I discovered their date parsing, which uses example based formats. It's pretty cool. Instead of the typical yyyy-mm-dd format nightmare, you would do 2006-01-02. The reference date is the key. https://golang.org/pkg/time/#pkg-constants |
|
Having said that, I would not complain if the concept of Ply (https://github.com/lukechampine/ply) becomes part of standard Go.