From d77ed8615b74d15c20bfa6a9cc21def6cce126a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nu=C8=9Biu?= Date: Sat, 28 Oct 2017 19:10:38 +0300 Subject: [PATCH] Adding README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b5e00ee --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# simplFT +This project was made for the purpose of me to learn and understand Go better and also for the Computer Networking class +that I took in Fall 2017 at UPT. + +The scope of this project is to implement a simple server that handles multiple clients and allows the clients to +execute commands on it. + +The client is soon to come. \ No newline at end of file