pull/2/head
Xargin 2016-08-10 23:21:04 +08:00
parent 8f4e7efe88
commit ed57986ea7
1 changed files with 1 additions and 1 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) {