Add report about attempting to ensure compile time correctness of values using the type system

Sam Whited 2017-07-15 11:51:17 -05:00
parent b4ed4046b2
commit 960a7ed7f4

@ -14,6 +14,7 @@ Add new sections as appropriate.
**Table of Contents**
- [API](#api)
- [Context](#context)
- [Documentation](#documentation)
- [Diagnostics and Debugging](#diagnostics-and-debugging)
@ -25,6 +26,10 @@ Add new sections as appropriate.
- [Time](#time)
- [Dependencies](#dependencies)
## API
- Sam Whited, “[Faking Enumeration Types with Consts and Unexported Types](https://gist.github.com/SamWhited/6cdbc49b4562e1a1b0526af523f5c5d7)”, July 2017, about attempting to ensure compile time correctness of values provided to an API using the type system.
## Context
- Sam Vilain, “[Using Go's context library for making your logs make sense](https://blog.gopheracademy.com/advent-2016/context-logging/),” December 2016, about extracting structured log values from context.