golang实现树遍历

show668 ·
前面加上 ```go 后面加上 ``` 支持加代码的。像这样子 ```go package main import ( "container/list" "fmt" "strings" ) ```
#1