blob: def5cea51a69d73df541e48cc51b4909f7453957 [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
Brad Fitzpatrick11cb4e32017-01-04 13:31:03 -08007The page complements the [official FAQ](https://golang.org/doc/faq). While the official FAQ contains things which are frequently asked and contains answers, this page contains things that have been repeatedly asked, but maybe not frequently, and only needs to link to one or more previous threads. Over time, these entries may graduate to entries in the official FAQ.
Brad Fitzpatrick3fa3bf32017-01-04 12:36:56 -08008
Brad Fitzpatrick11cb4e32017-01-04 13:31:03 -08009**Editors:** When editing this page, please don't change the titles of sections, as that breaks the #anchors in URLs. You can rearrange, though. Feel free to add entries at will. There is no requirement for code or English review here.
Brad Fitzpatrick3fa3bf32017-01-04 12:36:56 -080010
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
Alberto Donizetti4c3a9732017-01-05 01:37:43 +010021### Add mechanism to silence vet warnings
22
23Rejected, see discussion in https://github.com/golang/go/issues/17058
24
25### Add vet warning for unused function arguments
26
Alberto Donizettia307be32017-01-05 02:19:28 +010027Rejected, see https://github.com/golang/go/issues/7892#issuecomment-66094282
28
29### Make go get more verbose / add a progress bar
30
31Rejected, see
32https://github.com/golang/go/issues/17959
asb852dd72017-01-06 00:51:17 -080033https://github.com/golang/go/issues/18388#issuecomment-268315634
34
35### Shorten error handling / return sugar
36
37Rejected, see
38https://github.com/golang/go/issues/16225