1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 04:22:22 +00:00

1365 Commits

Author SHA1 Message Date
Alex Nguyen
418c517845
Fix example convert string ch2-03 2019-06-26 18:42:49 +07:00
Alex Nguyen
51e1de4a7c
Fix code error in ch1-04 2019-06-26 14:21:39 +07:00
Alex Nguyen
b4702b2f65
Fix typos in ch2-05 2019-06-26 14:09:54 +07:00
Alex Nguyen
3f4277c784
Fix some error in code block example ch2-03 2019-06-26 13:29:00 +07:00
Alex Nguyen
bb2c183683
Fix example code in ch1-04 2019-06-26 08:50:37 +07:00
chai2010
86a6f9ed46 更新封面 2019-06-24 12:13:00 +08:00
chai2010
1fe0a45f55 zz 2019-06-18 21:00:31 +08:00
chai2010
4ed1d83a75
Update README.md 2019-06-10 23:26:38 +08:00
chai2010
0cb9dcb456
Update README.md 2019-06-03 10:07:54 +08:00
chai2010
415ff1c01c
Update README.md 2019-06-03 08:18:05 +08:00
chai2010
cb3ce38457 更新开发者头条号二维码 2019-05-10 08:18:34 +08:00
chai2010
f4a2b19faa 更新公众号图片链接 2019-05-10 08:12:48 +08:00
chai2010
82938b0e26 删除过期的微信群二维码 2019-05-10 00:16:54 +08:00
chai2010
1b10cee6ea 更新公众号信息 2019-05-09 09:54:14 +08:00
chai2010
efc9377bf3 Merge branch 'master' of https://github.com/chai2010/advanced-go-programming-book 2019-05-08 14:33:58 +08:00
chai2010
109a2279da 增加微信群二维码 2019-05-08 14:33:54 +08:00
chai2010
24d89099f8
Update README.md 2019-05-08 14:05:47 +08:00
chai2010
5fcd74ccce
Update README.md 2019-05-08 11:51:44 +08:00
chai2010
ab3b3b59dd 添加媒体文章链接 2019-05-06 10:49:08 +08:00
chai2010
f45b6ccb6b 更新封面 2019-05-06 10:40:03 +08:00
Xargin
3c31930554
Merge pull request #431 from Himer/patch-1
Update ch6-02-lock.md
2019-04-23 20:29:48 +08:00
Himer
de5f28ec56
Update ch6-02-lock.md
如果redis没有"counter"这个key,  getResp.Int64()会返回redis.Nil导致"counter"key无法设置
2019-04-23 20:27:55 +08:00
chai2010
875009fff8
Merge pull request #429 from labulaka521/master
fix ch4-04-grpc.md
2019-03-27 13:39:30 +08:00
wanglitao
d2840080fa fix ch4-04-grpc.md 2019-03-27 13:06:24 +08:00
Xargin
347bfc2595
Merge pull request #428 from chenjiesuper/master
Update ch4-01-rpc-intro.md
2019-03-27 12:56:25 +08:00
Jay
69ad6ed690
Update ch4-01-rpc-intro.md
fix word "PPC" to "RPC"
2019-03-22 11:50:17 +08:00
chai2010
ff21df41af
Merge pull request #425 from whtiehack/patch-6
improve ch406
2019-03-08 11:17:28 +08:00
chai2010
9993837e3f
Merge pull request #426 from whtiehack/patch-7
Update ch4-06-grpc-ext.md
2019-03-08 11:17:13 +08:00
smallwhite
9fe20c97af
Update ch4-06-grpc-ext.md 2019-03-08 10:37:27 +08:00
smallwhite
8b2ca8b7b2
Update ch4-06-grpc-ext.md 2019-03-08 10:14:47 +08:00
smallwhite
cb51546674
Update ch4-06-grpc-ext.md 2019-03-08 10:09:56 +08:00
chai2010
9c0935eb55
Merge pull request #423 from whtiehack/patch-5
Update ch4-04-grpc.md
2019-03-07 14:54:14 +08:00
smallwhite
dc33102cd8
Update ch4-04-grpc.md 2019-03-07 11:40:50 +08:00
chai2010
f3b5363895
Merge pull request #422 from liuchong/patch-1
Update ch2-01-hello-cgo.md
2019-03-06 11:36:23 +08:00
Liu Chong
18b02f98da Update ch2-01-hello-cgo.md
增加使用独立 C 文件时的编译说明
2019-03-06 11:06:15 +08:00
chai2010
60c08c87f9 update readme 2019-02-27 10:52:23 +08:00
chai2010
70173879fb update readme 2019-02-27 10:51:18 +08:00
chai2010
0eccb1fb7f ch3: 细节调整 2019-02-21 14:01:56 +08:00
chai2010
cd7b74f7d6
Merge pull request #420 from whtiehack/patch-4
Update ch3-05-control-flow.md
2019-02-21 13:59:17 +08:00
smallwhite
2c371feef4
Update ch3-05-control-flow.md 2019-02-21 13:41:43 +08:00
smallwhite
a801c6c00d
Update ch3-05-control-flow.md
fix errors.
2019-02-20 20:05:00 +08:00
chai2010
6216460b30 update readme 2019-02-06 21:18:38 +08:00
chai2010
dc4dec81a5
Merge pull request #415 from whtiehack/patch-3
Update ch2-07-memory.md
2019-01-24 22:22:19 +08:00
smallwhite
3fa2700598
Update ch2-07-memory.md
fix code.

byte 溢出   `constant 1234 overflows byte`
2019-01-24 21:24:31 +08:00
chai2010
4fdab8dfce
Merge pull request #412 from whtiehack/patch-1
Update ch2-02-basic.md
2019-01-22 17:34:48 +08:00
chai2010
779d76fa88
Merge pull request #413 from zhenfeng-zhu/master
修改为PubsubService_SubscribeServer
2019-01-22 17:33:17 +08:00
Lucas
107e7690a0 修改为PubsubService_SubscribeServer 2019-01-22 17:25:40 +08:00
smallwhite
1515822564
Update ch2-02-basic.md
在windows下, 有static的话 会报错。其它平台不知道。

```
# command-line-arguments
C:\Users\ADMINI~1\AppData\Local\Temp\go-build177025346\b001\_cgo_main.o:_cgo_main.c:(.data+0x0): undefined reference to `os'
collect2.exe: error: ld returned 1 exit status
```
2019-01-18 18:33:31 +08:00
chai2010
46bbb0e350
Merge pull request #410 from kumakichi/fix_code_snippet
fix code snippet
2019-01-15 23:37:33 +08:00
san
e41adb305d fix code snippet 2019-01-15 23:16:05 +08:00