@@ -1,7 +1,9 @@
# USAGE
```bash
+# Install third dependices
go mod tidy
+# start http server
go run .
```
@@ -36,3 +36,9 @@

+
+- For VSCode **Run in your local host**
+```bash
+sudo apt install yarnpkg golang-go
+```