summaryrefslogtreecommitdiff
path: root/client/go.mod
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-04-27 13:41:24 +0400
committerAndrew <saintruler@gmail.com>2021-04-27 13:41:24 +0400
commit1fb7ca2bd298cbe340f7790cc40a808b1a4ab245 (patch)
tree57214f0aa8e676fa2a470f8955fa190099bff3ae /client/go.mod
parent82e4202ba125d4ebc1e7ab75e52938c0b7a97071 (diff)
Finished main application loop between server and client.
Diffstat (limited to 'client/go.mod')
-rw-r--r--client/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/go.mod b/client/go.mod
new file mode 100644
index 0000000..ffafd1f
--- /dev/null
+++ b/client/go.mod
@@ -0,0 +1,3 @@
+module vasthecat.ru/coursework-client
+
+go 1.16