summaryrefslogtreecommitdiff
path: root/go/run-length-encoding/go.mod
diff options
context:
space:
mode:
authorDimitri Sokolyuk <sokolyuk@gmail.com>2022-11-22 18:26:18 +0100
committerDimitri Sokolyuk <sokolyuk@gmail.com>2022-11-22 18:26:18 +0100
commit15bc82acf0e243017464f307b098bf8fa642991d (patch)
treeeb40b3bafc982939120e88448618d6ec691676db /go/run-length-encoding/go.mod
parenta5512c42c3dd2522e19d166730cb42fc561afcbc (diff)
solve run length encodingHEADmaster
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