user defines a user in the program.
| 14 | |
| 15 | // user defines a user in the program. |
| 16 | type user struct { |
| 17 | name string |
| 18 | email string |
| 19 | } |
| 20 | |
| 21 | // notify implements a method that can be called via |
| 22 | // a value of type user. |
nothing calls this directly
no outgoing calls
no test coverage detected