about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-02-25 18:06:06 +0100
committerEmile <hanemile@protonmail.com>2019-02-25 18:06:06 +0100
commit2607fcb7c3f6a0440bfc0b0ac9d241f57f172e7b (patch)
tree70b4431299959f9fc576fb10aa3e013cb2018ab1 /go.mod
parentbdcbc605fe6a0e91acc27e829c3a7933e9fad786 (diff)
defined tests testing the generation of stars
Diffstat (limited to 'go.mod')
-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..c8194bf
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module generator
+
+require github.com/gorilla/mux v1.7.0