()
| 12 | ) |
| 13 | |
| 14 | func main() { |
| 15 | log.SetFlags(0) |
| 16 | |
| 17 | err := run() |
| 18 | if err != nil { |
| 19 | log.Fatal(err) |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | // run initializes the chatServer and then |
| 24 | // starts a http.Server for the passed in address. |
nothing calls this directly
no test coverage detected
searching dependent graphs…