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