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 |
|
Kelvin Salton do Prado
|
4075b93d2c
|
Fixed some duplicate words in the English version.
|
2016-11-29 12:04:47 -02:00 |
|
astaxie
|
b37884a4a3
|
Merge pull request #745 from knarfeh/master
修正中英文标点混用
|
2016-11-29 13:00:34 +08:00 |
|
knarfeh
|
79e292f71e
|
修正中英文标点混用
|
2016-11-28 23:47:25 +08:00 |
|
astaxie
|
ca9a6dd4b1
|
Merge pull request #743 from kelvins/translation_pt_br/chapter2
Translation of section 2.2 to Portuguese (PT_BR)
|
2016-11-28 20:53:58 +08:00 |
|
Kelvin S. do Prado
|
9c76201b49
|
Review of the section 2.2 translation. Update the SUMMARY and preface files.
|
2016-11-26 17:53:40 -02:00 |
|
Kelvin S. do Prado
|
2db6d163d5
|
Translation of code from section 2.2 to Portuguese (PT_BR).
|
2016-11-26 17:40:38 -02:00 |
|
Kelvin S. do Prado
|
5b3f629985
|
Translation of section 2.2 to Portuguese (PT_BR).
|
2016-11-26 11:00:21 -02:00 |
|
astaxie
|
8c88df6c3c
|
Merge pull request #742 from moklick/patch-1
fix typos
|
2016-11-25 09:01:18 +08:00 |
|
Moritz
|
0aa45a759f
|
fix typos
|
2016-11-24 19:41:33 +01:00 |
|
astaxie
|
fa21e6a157
|
Merge pull request #740 from mistadikay/master
Fix failing build for Chinese, Japanese and German versions
|
2016-11-20 09:36:41 +08:00 |
|
Denis Koltsov
|
8a802cf8c3
|
Fix failing build for a German version because of template tags
|
2016-11-19 18:15:54 +01:00 |
|
Denis Koltsov
|
61b5bc35e7
|
Hide raw/endraw tags for a regular markdown
|
2016-11-19 17:27:04 +01:00 |
|
Denis Koltsov
|
1e5131b5c7
|
Fix failing build for a Chinese version because of template tags
|
2016-11-19 16:40:48 +01:00 |
|
Denis Koltsov
|
1b85586e22
|
Fix failing build for a Japanese version because of template tags
|
2016-11-19 16:37:09 +01:00 |
|
Denis Koltsov
|
58cfbca7ff
|
Fix build by copying build files from English to Japanese version
|
2016-11-19 16:10:47 +01:00 |
|
Denis Koltsov
|
5dea1d8b59
|
Temporary remove Japanese build files to trick git
|
2016-11-19 16:09:28 +01:00 |
|
astaxie
|
83bf29ff2d
|
Merge pull request #739 from mistadikay/master
Fix failing build for English version
|
2016-11-19 22:42:51 +08:00 |
|
Denis Koltsov
|
a91ae34cf0
|
Fix japanese book missing src folder preventing book to be built
|
2016-11-19 14:09:06 +01:00 |
|