about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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")
+}