From 2607fcb7c3f6a0440bfc0b0ac9d241f57f172e7b Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 25 Feb 2019 18:06:06 +0100 Subject: defined tests testing the generation of stars --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod (limited to 'go.mod') 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 -- cgit 1.4.1