From 38826a02be7f35408d53ea6d8ee40e87152cf67d Mon Sep 17 00:00:00 2001 From: Christophe Meessen Date: Fri, 21 Jul 2017 18:24:07 +0200 Subject: [PATCH] Added entry of the Shorthand declaration := --- ExperienceReports.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ExperienceReports.md b/ExperienceReports.md index dc1dfda8..d9c54c64 100644 --- a/ExperienceReports.md +++ b/ExperienceReports.md @@ -112,4 +112,8 @@ a 'class' keyword that simply makes a struct to also be an interface to make por ## Type System - - 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. \ No newline at end of file + - 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. + +## Shorthand declaration `:=` + + - Christophe Meessen, "[](https://gist.github.com/chmike/ac0113afefbc04e67323b4a3688d6b54#file-godeclareproblem-md)", July 2017, about the shadowing var trap and apparent inconsistency of `:=`. \ No newline at end of file