This commit is contained in:
Xargin
2016-08-10 23:21:04 +08:00
parent 8f4e7efe88
commit ed57986ea7
+1 -1
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) {