News

In 2013 I was hacking a breadth-first search in Go and needed a queue, but all I could find in the standard library was container/list. Now in principle there's nothing wrong with container/list, but ...