Commit Graph

4285 Commits

Author SHA1 Message Date
vCaesar
b193064ce7 Add 0.6.2.md syntax highlighting 2016-12-18 15:49:34 +08:00
vCaesar
eff66965d7 Add 0.6.1.md syntax highlighting 2016-12-18 15:47:05 +08:00
vCaesar
5c19c14566 Add 0.5.6.md syntax highlighting and Add redigo 2016-12-18 15:43:34 +08:00
vCaesar
c40099fffd Add 0.5.5.md syntax highlighting and fix some err 2016-12-18 15:40:11 +08:00
vCaesar
74ee928e31 Add 0.5.1.md syntax highlighting 2016-12-18 15:25:58 +08:00
vCaesar
6659a4f706 Add 0.4.5.md syntax highlighting 2016-12-18 15:22:31 +08:00
vCaesar
16a91d1013 Add 0.4.4.md syntax highlighting 2016-12-18 15:19:58 +08:00
vCaesar
eb0f43cf00 Add 0.4.3.md syntax highlighting 2016-12-18 15:18:40 +08:00
vCaesar
9d6ad88a42 Add 0.4.2.md syntax highlighting 2016-12-18 15:16:56 +08:00
vCaesar
50d47b95e2 Add 04.1.md syntax highlighting 2016-12-18 15:13:16 +08:00
vCaesar
54fa2021c0 Add 03.4.md syntax highlighting 2016-12-18 15:09:19 +08:00
vCaesar
5da05bedc9 Add 03.2.md/03.3.md syntax highlighting 2016-12-18 15:06:09 +08:00
vCaesar
1daf4c436d Add zh/01.4.md gocode 2016-12-18 14:45:08 +08:00
vCaesar
0619c90682 Drop en/01.4.md MarGo 2016-12-18 14:38:45 +08:00
vCaesar
c59247318a Update Summary 2016-12-18 14:25:03 +08:00
vCaesar
ce79590065 Add Atom &Goglang and Fix Sublime 2016-12-18 00:34:40 +08:00
vCaesar
d216e25c58 Update some md show and fix err 2016-12-18 00:21:04 +08:00
vCaesar
350a4db589 Update some md show 2016-12-18 00:12:48 +08:00
vCaesar
4c765049a4 Update vscode and other 2016-12-18 00:08:45 +08:00
vCaesar
75a76bb50d Fix Sublime and Add Atom & vscode &Goglang 2016-12-17 23:25:58 +08:00
vz
8ca2f78e24 Merge pull request #1 from astaxie/master
merged
2016-12-17 22:43:42 +08:00
astaxie
3dee64b998 Merge pull request #747 from sydnash/sydnash-patch-1
.只能匹配任意字符一次
2016-12-17 04:37:35 +08:00
astaxie
c14f9c6f81 Merge pull request #749 from sydnash/patch-2
keepalive作用
2016-12-17 04:36:25 +08:00
astaxie
e9c5db6d1d Merge pull request #750 from hongfeioo/patch-1
Update 08.3.md
2016-12-17 04:35:53 +08:00
astaxie
345f69fe21 Merge pull request #751 from vCaesar/h-pr
Add 02.x.md syntax highlighting  and Fix SQL Error
2016-12-17 04:35:31 +08:00
astaxie
38b874e62b Merge pull request #752 from contraslash/master
Translation to Spanish of Chapter 2 and 3
2016-12-17 04:34:57 +08:00
astaxie
43cb7290d7 Merge pull request #753 from kreativmonkey/master
Fix some typos in the german version.
2016-12-17 04:34:23 +08:00
Sebastian
b20e61d499 Fix Typo 2016-12-16 19:05:51 +01:00
Sebastian
a799597915 Fix Typo 2016-12-16 19:04:28 +01:00
Sebastian
308e13405d Fix Typo 2016-12-16 19:02:19 +01:00
Sebastian
c2e67b927b Fix Typo 2016-12-16 19:00:50 +01:00
Sebastian
35ea33448d Fix Typo
Im dem Fall -> Im Fall
2016-12-16 18:59:19 +01:00
Sebastian
2048c18928 fix typo 2016-12-16 18:57:16 +01:00
ma0
d98aaa2bed translated chapter 4 sections 0 and 1 from scratch 2016-12-16 12:27:42 -05:00
ma0
618ed66ff3 revision and correction of all chapter 3 2016-12-15 23:09:19 -05:00
ma0
599577634d Fixed translation in chapters 3.0 and 3.1 2016-12-14 23:35:45 -05:00
ma0
b0fcfa0d1b aligned chapter 3 from https://github.com/Jackgris/build-web-application-with-golang_ES 2016-12-14 22:47:29 -05:00
ma0
85d7878ae0 Verificados capitulos 1 y 2 2016-12-14 21:50:21 -05:00
ma0
f94c6fce61 aligned and formatted chapter 2 based on https://github.com/Jackgris/build-web-application-with-golang_ES 2016-12-12 19:03:23 -05:00
vCaesar
6d9d76f242 Fmt some code examples 2016-12-10 21:22:09 +08:00
vCaesar
b3073141cb Add syntax highlighting 2016-12-10 19:22:17 +08:00
vCaesar
e476a6e0d0 Add syntax highlighting 2016-12-10 18:08:05 +08:00
vCaesar
1bb0deab32 Add syntax highlighting 2016-12-10 18:02:50 +08:00
vCaesar
ad37816a0f Add syntax highlighting 2016-12-10 17:51:44 +08:00
yihf
0662bda819 Update 08.3.md 2016-12-10 16:54:43 +08:00
代君
c3637d2ad7 keepalive作用
keepalive并不是为了让tcp保持长连接,而只是一种让操作系统可以自动检测连接意外断开的机制,一个连接保持长连接是因为建立之后没有断开,而不是因为设置了keepalive。
2016-12-09 14:20:07 +08:00
ma0
fcbfc56c2d translated chapters 2.0 and 2.1 to spanish 2016-12-08 17:55:25 -05:00
vCaesar
ba5d160a9c Fix SQL Error 2016-12-09 01:18:48 +08:00
代君
1b89bfd4b7 .只能匹配任意字符一次
要匹配由数字和字母组成的字符,需要使用"^[a-zA-Z0-9]+$","^[a-zA-Z0-9]+."只能匹配由数字字母开头和一个任意字符组成的两个长度的字符串。
2016-12-07 18:25:37 +08:00
astaxie
8d7accd78c Merge pull request #746 from kelvins/master
Fixed some duplicate words in the English version.
2016-11-30 14:20:38 +08:00