summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjlleo <[email protected]>2022-05-20 17:16:02 +0800
committersjlleo <[email protected]>2022-05-20 17:16:02 +0800
commitd2fb42f231d005b82fb8ae7803cd9909ec51d8b2 (patch)
tree870823d4179d9aa0ba172d5f7e6465f8837f694e
parentaf3b7c0974e0ca0aeadc6a1e6a0959106e48c575 (diff)
Go Mod Project
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..dacce87
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/sjlleo/netflix-verify
+
+go 1.18