summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-07-18 14:02:28 -0600
committermo khan <mo@mokhan.ca>2021-07-18 14:02:28 -0600
commit033f45bb7f966053e015a8026906672452a99ff5 (patch)
tree5f1867d4030d1409b4f9cf64e7aa34f9851ac6a1
🚢
-rw-r--r--go.mod3
-rw-r--r--main.go7
2 files changed, 10 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..da14e4d
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/xlgmokha/dependanot
+
+go 1.16
diff --git a/main.go b/main.go
new file mode 100644
index 0000000..5729b9d
--- /dev/null
+++ b/main.go
@@ -0,0 +1,7 @@
+package main
+import "fmt"
+
+func main() {
+ fmt.Println("hello, world!")
+}
+