joeshaw: add gophercon contribution

Change-Id: I78616e68d37f754b8d58095d4487992b31f958a5
Reviewed-on: https://go-review.googlesource.com/48654
Reviewed-by: Peter Teichman <peter@teichman.org>
Reviewed-by: Chris Broadfoot <cbro@golang.org>
Run-TryBot: Chris Broadfoot <cbro@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
diff --git a/joeshaw/main.go b/joeshaw/main.go
new file mode 100644
index 0000000..8ed6cf3
--- /dev/null
+++ b/joeshaw/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(`\ʕ◔ϖ◔ʔ/ I'm a Go contributor! \ʕ◔ϖ◔ʔ/`)
+}