From 1d6e09109b4b09cb14e0ec1e3eae440686fa19b5 Mon Sep 17 00:00:00 2001 From: NI Date: Fri, 6 Dec 2019 18:56:25 +0800 Subject: [PATCH] Modify DEPENDENCIES.md to include the description for Go programming language --- DEPENDENCIES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index bc4535d..d6a77f4 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -19,6 +19,7 @@ Major dependencies includes: ## For back-end application +- [Go programming language](https://golang.org), [View license](https://github.com/golang/go/blob/master/LICENSE) - `github.com/gorilla/websocket`, Licensed under BSD-2-Cause license - `golang.org/x/net/proxy` [View license](https://github.com/golang/net/blob/master/LICENSE) -- `golang.org/x/crypto`, [View license](https://github.com/golang/crypto/blob/master/LICENSE) \ No newline at end of file +- `golang.org/x/crypto`, [View license](https://github.com/golang/crypto/blob/master/LICENSE)