Go http.ListenAndServe 报错

doudouge · · 816 次点击
```go err := http.ListenAndServe("0.0.0.0:8000 ", nil) ``` 多了个空格
#1