Usually the quirks in JavaScript are edge cases, but this is a pretty common case where I don't know what's happening.
The Go community has always asked for generics, and the Go team might just deliver.
Go 2 may be coming out within the next couple of years, let's take a look at the upcoming language changes!
Go 2 may be coming out within the next couple of years, let's take a look at the upcoming language changes!
A list of proposals for Go 2 which I believe would make a great addition.
Many people have been concerned about the death of the Go gopher, and don't worry, the gopher is far from dead!
Twitter has access to *all* of my photos, not just the ones I wanted to share.
Ever wanted a password that's easy to remember, but hard to crack? Let me introduce you to passphrases.
Dates often need to be sorted, and the two most common date formats aren't very easy to sort.
Interfaces have one huge flaw, that they need to be explicitly implemented. Golang fixes this problem.