Created PriorDiscussion (markdown)

Brad Fitzpatrick 2017-01-04 12:36:56 -08:00
parent 31de2a395d
commit 3fa3bf3efc

20
PriorDiscussion.md Normal file

@ -0,0 +1,20 @@
# Prior Discussion
## Background
This page links to prior discussion on various topics.
The page complements the [official FAQ](https://golang.org/doc/faq). While the official FAQ contains things which are frequently asked, this page contains things that have been repeatedly asked, but maybe not frequently. Or maybe these will graduate to the official FAQ later.
**Editors:** When editing this page, please don't change the titles of sections, as that breaks the #anchors in URLs. You can rearrange, though.
## Asked Questions & Prior Discussion
### Panics on sends or closes of closed channel
See https://github.com/golang/go/issues/11344#issuecomment-117862884
### Thread-local, Goroutine-local storage
TODO