summaryrefslogtreecommitdiff
path: root/go/complex-numbers/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go/complex-numbers/go.mod')
-rw-r--r--go/complex-numbers/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go/complex-numbers/go.mod b/go/complex-numbers/go.mod
new file mode 100644
index 0000000..4a89806
--- /dev/null
+++ b/go/complex-numbers/go.mod
@@ -0,0 +1,3 @@
+module complex
+
+go 1.16