kasperlewau: add my very own main.go

Change-Id: Id8954417cb9606e5091db85273a1da7d290e9f3b
Reviewed-on: https://go-review.googlesource.com/c/scratch/+/191308
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
diff --git a/kasperlewau/main.go b/kasperlewau/main.go
new file mode 100644
index 0000000..f570b24
--- /dev/null
+++ b/kasperlewau/main.go
@@ -0,0 +1,11 @@
+// Copyright 2019 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("vim-go")
+}