From 29f9587bb4ec4f120437d93b8cf2722f8e4c8f0e Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 9 Sep 2014 17:05:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=EF=BC=9Ago=20tool?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + doc/zh_CN/features.html | 1 + 2 files changed, 2 insertions(+) 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 等