String gets the string representation of the SIM
()
| 79 | |
| 80 | // String gets the string representation of the SIM |
| 81 | func (s SIM) String() string { |
| 82 | return string(s) |
| 83 | } |
| 84 | |
| 85 | // Message represents a message sent between 2 phone numbers |
| 86 | type Message struct { |
no outgoing calls