[go-nuts] Re: tool to automatically refresh godoc ?

2018-12-21 Thread 'Charlton Trezevant' via golang-nuts
I've been considering submitting a PR for godoc to improve content cacheability (namely by adding an Etag header), but I've been hesitant up to this point as I haven't necessarily seen a clear need for (outside of some performance issues on https://godoc.org/ that have now been resolved). While

[go-nuts] Link: Getting specific about generics

2018-09-02 Thread 'Charlton Trezevant' via golang-nuts
Link: [Getting specific about generics, by Emily Maier](https://emilymaier.net/words/getting-specific-about-generics/) The interface-based alternative to contracts seems like such a natural fit- It’s simple, straightforward, and pragmatic. I value those aspects of Go’s philosophy and consider t