From bb3adf2916728f1a4d548c722be053585f51070e Mon Sep 17 00:00:00 2001 From: Kyle Quest Date: Sun, 26 Aug 2018 10:46:04 -0700 Subject: [PATCH] additional references --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b759fa0..18b7735 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ See [`Go Project Layout`](https://medium.com/golang-learn/go-project-layout-e521 More about naming and organizing packages as well as other code structure recommendations: * [GopherCon EU 2018: Peter Bourgon - Best Practices for Industrial Programming](https://www.youtube.com/watch?v=PTE4VJIdHPg) * [GopherCon Russia 2018: Ashley McNamara + Brian Ketelsen - Go best practices.](https://www.youtube.com/watch?v=MzTcsI6tn-0) +* [GopherCon 2017: Edward Muller - Go Anti-Patterns](https://www.youtube.com/watch?v=ltqV6pDKZD8) ## Go Directories