From cb44831712db83ca7af6854dae96710453875ba1 Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 30 Oct 2019 14:42:45 +0100 Subject: Initial commit --- src/main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main.go (limited to 'src/main.go') diff --git a/src/main.go b/src/main.go new file mode 100644 index 0000000..50e8d8d --- /dev/null +++ b/src/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("vim-go") +} -- cgit 1.4.1