about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-30 14:42:45 +0100
committerEmile <hanemile@protonmail.com>2019-10-30 14:42:45 +0100
commitcb44831712db83ca7af6854dae96710453875ba1 (patch)
tree48d2830817cf182de44128b79ded1e5c5c87dfc0
parent7d20491606b7a25b630e2496a8bec52d82ffe3ec (diff)
Initial commit
-rw-r--r--src/go.mod3
-rw-r--r--src/main.go7
2 files changed, 10 insertions, 0 deletions
diff --git a/src/go.mod b/src/go.mod
new file mode 100644
index 0000000..9fe6823
--- /dev/null
+++ b/src/go.mod
@@ -0,0 +1,3 @@
+module git.darknebu.la/emile/gofuzz/src
+
+go 1.13
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")
+}