GoDoc Playground (visit) ![Build Status](https://camo.githubusercontent.com/a61b8673ccd90513666e3f2c9d7e8bd4c4f90e14fe6671085c31a14c637253f8/68747470733a2f2f7472617669732d63692e6f72672f627261646c65796a6b656d702f676f646f632d706c617967726f756e642e7376673f6272616e63683d6d6173746572)
The GoDoc Playground lets you make changes to your packages documentation and see, in (near) realtime, exactly how this will be rendered on godoc.org.
- Automagically fixes unresolved symbols so you don't need to paste in all your code, just a small snippet.
- Uses the actual godoc library to parse and render documentation so you can be confident your documentation will be rendered exactly as previewed.
- Completely in-browser: uses a GopherJS compiled parser/renderer so your code never leaves the browser. Even works offline!