From 9d3dd0ee715955050dc6d4233732fbc101ea0879 Mon Sep 17 00:00:00 2001 From: Oling Cat Date: Sat, 22 Sep 2012 16:23:41 +0800 Subject: [PATCH] Added the .gitignore file. --- .gitignore | 3 +++ README.md | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..2d260a07 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Compiled files. +*.exe +*.html diff --git a/README.md b/README.md index 29d9f711..538047a9 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ 目前可以把相应的Markdown编译成html文件,执行`go build build.go`,执行生成的文件,就会在底目录下生成相应的html文件。 ##致谢 -首先要感谢golang的QQ群102319854,里面的每一个人都很热心,同时要特别感谢几个人 +首先要感谢Golang-China的QQ群102319854,里面的每一个人都很热心,同时要特别感谢几个人 - [四月份平民](https://plus.google.com/110445767383269817959) (review代码) - [Hong Ruiqi](https://github.com/hongruiqi) (review代码) @@ -41,10 +41,10 @@ - [Wenlei Wu](mailto:spadesacn@gmail.com)(提供一些图片展示) ##授权许可 -除特别声明外,本书中的内容使用[CC BY-SA 3.0 License](http://creativecommons.org/licenses/by-sa/3.0/)(创作共用 署名-相同方式共享3.0许可协议)授权,代码遵循[BSD 3-Clause License]()(3项条款的BSD许可协议)。 +除特别声明外,本书中的内容使用[CC BY-SA 3.0 License](http://creativecommons.org/licenses/by-sa/3.0/)(创作共用 署名-相同方式共享3.0许可协议)授权,代码遵循[BSD 3-Clause License](<./LICENSE.md>)(3项条款的BSD许可协议)。 ##开始阅读 -[开始阅读](https://github.com/astaxie/build-web-application-with-golang/blob/master/preface.md) +[开始阅读](./preface.md) [![githalytics.com alpha](https://cruel-carlota.pagodabox.com/44c98c9d398b8319b6e87edcd3e34144 "githalytics.com")](http://githalytics.com/astaxie/build-web-application-with-golang)