aboutsummaryrefslogtreecommitdiff
path: root/go-src/go.mod
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-07-04 16:52:25 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-07-04 16:52:25 +0300
commitd4f404e53fb0ab37ec0ffa95d69902410bfe0368 (patch)
tree1803f4d834e77a6673b0cb3d3b585f43f69d7a0c /go-src/go.mod
parent0992f07eb2c4f1b8619d9a12fd67311c8b3f7ea5 (diff)
downloadctfc-d4f404e53fb0ab37ec0ffa95d69902410bfe0368.tar
ctfc-d4f404e53fb0ab37ec0ffa95d69902410bfe0368.tar.gz
ctfc-d4f404e53fb0ab37ec0ffa95d69902410bfe0368.zip
Started work on go implementation of exercise; Implemented the error box and normal box generators
Diffstat (limited to 'go-src/go.mod')
-rw-r--r--go-src/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go-src/go.mod b/go-src/go.mod
new file mode 100644
index 0000000..06254fb
--- /dev/null
+++ b/go-src/go.mod
@@ -0,0 +1,3 @@
+module gitlab.com/Syndamia/ctfc/-/tree/main/go-src
+
+go 1.16