(err error)
| 17 | } |
| 18 | |
| 19 | func errorCheck(err error) { |
| 20 | // Handle errors |
| 21 | if err != nil { |
| 22 | log.Fatal(err) |
| 23 | } |
| 24 | } |
| 25 | |
| 26 | // The writer allows us to write to the browser |
| 27 | // Create a message and add it to the |
no outgoing calls
no test coverage detected