This commit is contained in:
Xargin
2016-10-05 13:29:05 +08:00
parent 99690fd663
commit 54eda31c00
8 changed files with 9 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ $ go list -f={{.GoFiles}} fmt
{% endraw %}
TestGoFiles表示的是fmt包内部测试测试代码以_test.go为后缀文件名不过只在测试时被构建
TestGoFiles表示的是fmt包内部测试代码以_test.go为后缀文件名不过只在测试时被构建
{% raw %}