gk: add main.go for Gophercon

Change-Id: I2d4f87a2a96afcc766bf272e83aa10eb8ae96c33
Reviewed-on: https://go-review.googlesource.com/48770
Reviewed-by: huadcu sulivan <huadcu@gmail.com>
Reviewed-by: Chris Broadfoot <cbro@golang.org>
diff --git a/gk/main.go b/gk/main.go
new file mode 100644
index 0000000..0ebd8a4
--- /dev/null
+++ b/gk/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("Meh Linux doesn't have its year on the desktop, but it does power the Internet!")
+}