TIANYU HU

Results 3 comments of TIANYU HU

```go foo := &Parent{ Children: []Child{{}}, } ``` probably you need to write like that to set the default value for ONE Child{} of Children cause Children is a slice...

> @youngyangyang04 您好,我在运行代码的时候遇到了这个问题。请问应该怎么解决呀? ![image](https://user-images.githubusercontent.com/74579183/189691928-8c1a7ef4-6784-4745-a37f-fc017d605365.png) 是不是服务端没有跑起来,可以netstat -tpl|grep 8085看下有没有端口在不在监听