Merge branch 'master' of github.com:gopl-zh/gopl-zh.github.com

This commit is contained in:
Xargin
2016-08-10 23:18:30 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -279,7 +279,7 @@ func parseAndCheck(s string) (eval.Expr, error) {
}
```
为了编写这个web应用我们需要做的就是下面这个plot函数这个函数有和http.HandlerFunc相似的签名
为了编写这个web应用我们需要做的就是下面这个plot函数这个函数有和http.HandlerFunc相似的签名
```go
func plot(w http.ResponseWriter, r *http.Request) {