blob: d614b8f07e076c5cba90441f33b7e36ce396ba8b [file] [log] [blame] [view]
Brad Fitzpatrick3fa3bf32017-01-04 12:36:56 -08001# Prior Discussion
2
3## Background
4
5This page links to prior discussion on various topics.
6
7The 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.
8
9**Editors:** When editing this page, please don't change the titles of sections, as that breaks the #anchors in URLs. You can rearrange, though.
10
11## Asked Questions & Prior Discussion
12
13### Panics on sends or closes of closed channel
14
15See https://github.com/golang/go/issues/11344#issuecomment-117862884
16
17### Thread-local, Goroutine-local storage
18
19TODO
20