From 934bee020f8803fc35e77488faa6c43ebd866d97 Mon Sep 17 00:00:00 2001 From: astaxie Date: Tue, 28 Aug 2012 10:32:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0go=20build=E7=9A=84=E6=97=B6?= =?UTF-8?q?=E5=80=99=E7=BB=93=E5=B0=BE=E6=96=87=E4=BB=B6=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.3.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/1.3.md b/1.3.md index 758e92e1..dc4b3e6e 100644 --- a/1.3.md +++ b/1.3.md @@ -23,6 +23,8 @@ go build会忽略目录下以”_“开头的go文件 + go build会选择性的编译系统名结尾的文件(linux、darwin、windows、freebsd),如果你编写的代码用了类似的名字结尾,那么很可能在别的系统下无法编译通过。 + ##go clean 这个命令是用来移除当前源码包里面编译的文件的,这些文件包括