mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-12-25 14:28:58 +00:00
fix typo
This commit is contained in:
parent
8f4e7efe88
commit
ed57986ea7
@ -279,7 +279,7 @@ func parseAndCheck(s string) (eval.Expr, error) {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
为了编写这个web应用,所以我们需要做的就是下面这个plot函数,这个函数有和http.HandlerFunc相似的签名:
|
为了编写这个web应用,所有我们需要做的就是下面这个plot函数,这个函数有和http.HandlerFunc相似的签名:
|
||||||
|
|
||||||
```go
|
```go
|
||||||
func plot(w http.ResponseWriter, r *http.Request) {
|
func plot(w http.ResponseWriter, r *http.Request) {
|
||||||
|
Loading…
Reference in New Issue
Block a user