calvinbehling: add myself at gophercon

Change-Id: I86767a7803315158494566fb5d4ca279bc58a3ed
Reviewed-on: https://go-review.googlesource.com/48607
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/calvinbehling/main.go b/calvinbehling/main.go
new file mode 100644
index 0000000..133021b
--- /dev/null
+++ b/calvinbehling/main.go
@@ -0,0 +1,13 @@
+// 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.
+
+// Testing go contrib at gophercon!
+// This file is a "Hello, World" for code review
+package main
+
+import "fmt"
+
+func main() {
+	fmt.Println("this is the year of linux on the _laptop_!")
+}