msd: first commit - change

Change-Id: I3a2e0584d479f6d221b1965b52e8cd48424acd35
Reviewed-on: https://go-review.googlesource.com/136075
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
diff --git a/msd/main.go b/msd/main.go
new file mode 100644
index 0000000..cd22d42
--- /dev/null
+++ b/msd/main.go
@@ -0,0 +1,11 @@
+// Copyright 2017 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+package main
+
+import "fmt"
+
+func main() {
+	fmt.Println("containers rule!")
+}