Go語言博客實踐
==============
> 作者:[achun](https://github.com/achun)
> 來源:[Go-Blog-In-Action](https://github.com/achun/Go-Blog-In-Action)
**(Martini 版本)** [老版本點擊這里][1]
[Go Blog In Action][2] 中文名 **Go語言博客實踐**. 是對 [TypePress][3] 開發過程中的想法, 方法, 探討等任何方面同步整理成的電子書.
作者: 喻恒春
----------
目錄
====
----------
- 第1章:[選擇 Martini 框架](Chapter01.md)
- 第1節:[為什么是Martini](Chapter01.md#為什么是martini)
- 第2節:[Package選擇與修改](Chapter01.md#package選擇與修改)
- 第3節:[依賴注入](Chapter01.md#依賴注入)
- 第2章:[永遠的MVC](Chapter02.md)
- 第1節:[永遠的MVC](Chapter02.md#永遠的mvc)
- 第2節:[常見的方法](Chapter02.md#常見的方法)
- 第3節:[TypePress的方法](Chapter02.md#typepress的方法)
- 第3章: [面向對象和并發](Chapter03.md)
- 第1節:[面向對象](Chapter03.md#面向對象)
- 第2節:[并發下維護上下文](Chapter03.md#并發下維護上下文)
- 第3節:[Martini下的并發](Chapter03.md#martini下的并發)
- 第4章:[服務器裸奔](Chapter04.md)
- 第1節:[配置基本參數](Chapter04.md#配置基本參數)
- 第2節:[基本功能](Chapter04.md#基本功能)
- 第3節:[模塊化](Chapter04.md#模塊化)
- 第5章: [靜態博客](Chapter05.md) 未完待續, 穿插解析器部分
- 第6章: [解析器與舞臺劇](Chapter06.md)
- 第1節:[湯姆的故事](Chapter06.md#湯姆的故事)
- 第2節:[PEG](Chapter06.md#peg)
- 第7章: [解析器與ABNF](Chapter07.md)
- 第1節: [ABNF](Chapter07.md#abnf)
- 第2節: [四則運算表達式](Chapter07.md#四則運算表達式)
- 第3節: [解析器](Chapter07.md#解析器)
- 第4節: [手工至上](Chapter07.md#手工至上)
- 第8章: [Rivet](Chapter08.md)
- 第1節: [Router](Chapter08.md#router)
- 第2節: [Rivet](Chapter08.md#rvet)
- 第3節: [Module](Chapter08.md#module)
----------
授權許可
========
除特別聲明外,本書使用[CC BY-SA 3.0 License][4](創作共用 署名-相同方式共享3.0許可協議)授權。
[1]: https://github.com/achun/Go-Blog-In-Action/tree/master
[2]: https://github.com/achun/Go-Blog-In-Action/tree/drinker
[3]: https://github.com/typepress/typepress
[4]: http://creativecommons.org/licenses/by-sa/3.0/