Rfc3164 object
| 13 | |
| 14 | // Rfc3164 object |
| 15 | type Rfc3164 struct { |
| 16 | seq int |
| 17 | } |
| 18 | |
| 19 | // NewRfc3164 returns a new Rfc3164 object, that transforms a message to |
| 20 | // RFC3164 format. |
nothing calls this directly
no outgoing calls
no test coverage detected