Updated ExperienceReports (markdown)

Russ Cox 2017-07-12 15:04:19 -06:00
parent a06cea2b30
commit 9b49adc47f

@ -1,6 +1,6 @@
# Experience Reports
This page collects experience reports about problems with Go that might inform our design of solutions to those problems. These reports should focus on the _problems_: they should not focus on and need not propose solutions. To propose solutions, see the [proposal process](https://golang.org/s/proposal).
This page collects experience reports about problems with Go that might inform our design of solutions to those problems. These reports should focus on the _problems_: they should not focus on and need not propose solutions. To propose solutions, see the [proposal process](https://golang.org/s/proposal). We hope to use these experience reports to understand where people are having trouble writing Go, to help us prioritize future changes to the Go ecosystem. (If you need immediate help answering questions about Go, see [https://golang.org/help/](https://golang.org/help/) for resources.)
__The best experience reports tell: what we wanted to do, what we actually did, and why that wasnt great, illustrating those by real concrete examples, ideally from production use.__ Please write these reports about the problems most significant to you, post them on your own blog, or on Medium, or as a [Github Gist](https://gist.github.com/) (use a `.md` extension for Markdown), or as a publicly-readable Google doc, and then link them here.