diff --git a/README.md b/README.md index 895765d..435ee5a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ A simple Web **IDE** for golang. * Shell: run command on the server * Git integration: git command on the web * Web development: Frontend devlopment (HTML/JS/CSS) all in one +* Go tool: go get/install/fmt etc. ## Demos * [20140823](http://b3log.org/wide/demo/20140823.html) diff --git a/doc/zh_CN/features.html b/doc/zh_CN/features.html index 51d6953..ca7a73b 100644 --- a/doc/zh_CN/features.html +++ b/doc/zh_CN/features.html @@ -19,6 +19,7 @@
  • Shell:连接到服务器执行命令
  • Git 整合:常用 git 命令可视化操作
  • Web 开发:无需使用其他前端编辑器
  • +
  • go tool:go get/install/fmt 等