From 1b01ff4079f2699ccc8d3d0fc813c88567c24b42 Mon Sep 17 00:00:00 2001 From: xaos Date: Sat, 25 Feb 2023 10:21:30 +0100 Subject: [PATCH] chore: init --- go.mod | 4 ++++ stub.go | 1 + 2 files changed, 5 insertions(+) create mode 100644 go.mod create mode 100644 stub.go diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..cbf027a --- /dev/null +++ b/go.mod @@ -0,0 +1,4 @@ +module github.com/itsxaos/stub + +go 1.20 + diff --git a/stub.go b/stub.go new file mode 100644 index 0000000..3bd3258 --- /dev/null +++ b/stub.go @@ -0,0 +1 @@ +package stub