From 25acc6a9571c65fdb215607b49b0632af4fbfd36 Mon Sep 17 00:00:00 2001 From: Darrel Herbst Date: Thu, 14 Jan 2016 15:54:50 -0500 Subject: [PATCH] adding links to january slides --- _posts/2016-01-14-january-meetup-links.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _posts/2016-01-14-january-meetup-links.markdown diff --git a/_posts/2016-01-14-january-meetup-links.markdown b/_posts/2016-01-14-january-meetup-links.markdown new file mode 100644 index 0000000..9f9f388 --- /dev/null +++ b/_posts/2016-01-14-january-meetup-links.markdown @@ -0,0 +1,13 @@ +--- + +layout: post +title: "January 12 - Golang and slack with appengine" +date: 2016-01-12 18:30:00 + +categories: golang docker build fractured apps +--- + +Lightning Talk: Darrel Herbst https://github.com/dherbst/go-lightning-build How to build go code with Docker and the official GoLang docker image. + +7:00 - 8:00 pm Jon Wear - Golang Docker tools inspired by Kelsey Hightower's 12 Fractured Apps post +Jon will be walking through how to build integration tests that builds a database inside a docker container from scratch (or not) and how to interact with containers from inside Go.