Updated ExperienceReports (markdown)

Jeremy Loy 2018-09-12 12:13:09 -04:00
parent 73053f82f9
commit bdf4fbbb1a

@ -40,6 +40,7 @@ Add new sections as appropriate.
- [Tooling](#tooling)
- [Type System](#type-system)
- [Typed nils](#typed-nils)
- [Vendoring](#vendoring)
## App and Game Development
@ -227,4 +228,7 @@ a 'class' keyword that simply makes a struct to also be an interface to make por
## Typed nils
- David Cheney, "[Typed nils in Go 2](https://dave.cheney.net/2017/08/09/typed-nils-in-go-2)", August 2017.
- David Cheney, "[Typed nils in Go 2](https://dave.cheney.net/2017/08/09/typed-nils-in-go-2)", August 2017.
## Vendoring
- Jeremy Loy, "[Go Modules and Vendoring](https://github.com/golang/go/issues/27227#issuecomment-420428896)", September 2018.