diff options
| author | Andrew <saintruler@gmail.com> | 2021-04-27 13:41:24 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2021-04-27 13:41:24 +0400 |
| commit | 1fb7ca2bd298cbe340f7790cc40a808b1a4ab245 (patch) | |
| tree | 57214f0aa8e676fa2a470f8955fa190099bff3ae /client/go.mod | |
| parent | 82e4202ba125d4ebc1e7ab75e52938c0b7a97071 (diff) | |
Finished main application loop between server and client.
Diffstat (limited to 'client/go.mod')
| -rw-r--r-- | client/go.mod | 3 |
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 |