()
| 38 | } |
| 39 | |
| 40 | func endSection() { |
| 41 | fmt.Println("-----------------------------------------------") |
| 42 | } |
| 43 | |
| 44 | func register(c *candy.CandyClient, reader *bufio.Reader) { |
| 45 | fmt.Println("----------------用户注册-----------------------") |
no outgoing calls
no test coverage detected