Update 15.3.md, Add a link (#719)

This commit is contained in:
Ricardo-lu
2019-09-25 00:54:36 +08:00
committed by Jiahua Chen
parent d1ae94dadd
commit 067a31f946

View File

@@ -143,7 +143,7 @@ http.StatusInternalServerError = 500
练习 15.4:扩展 http_fetch.go 使之可以从控制台读取url使用 [12.1节](12.1.md) 学到的接收控制台输入的方法([http_fetch2.go](examples/chapter_15/http_fetch2.go)
练习 15.5:获取 json 格式的推特状态,就像示例 15.9twitter_status_json.go
练习 15.5:获取 json 格式的推特状态,就像示例 15.9[twitter_status_json.go](exercises/chapter_15/twitter_status_json.go)
## 链接