From 5149d7ec5e4ebac10e29a0e49975ebf21fa5a296 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 5 Jun 2015 16:20:32 -0400 Subject: [PATCH] 2015-02 golang: tweaks --- 2015/02-devconf.cz/talk.slide | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/2015/02-devconf.cz/talk.slide b/2015/02-devconf.cz/talk.slide index a107004..40ee7b2 100644 --- a/2015/02-devconf.cz/talk.slide +++ b/2015/02-devconf.cz/talk.slide @@ -94,6 +94,10 @@ vbatts devel openshift docker # they come along, and affect how you do your work .image ./cats20.gif +* Packaging + +Addresses different concern than distributions + * lack of generics? # i don't feel strongly about this, though many do - interfaces - are enough for most @@ -124,9 +128,14 @@ Not Separate, but together * build tags +no #ifdef + .code ./tags.go /START1/,/STOP1/ -or files with *_linux.go like suffix +or files with *_linux.go like suffix. + +More like extern. + * _