| 8 | import "../proto/protoex" |
| 9 | |
| 10 | type MyFinalSender struct { |
| 11 | *protoex.FinalSender |
| 12 | } |
| 13 | |
| 14 | func NewMyFinalSender() *MyFinalSender { |
| 15 | sender := &MyFinalSender{protoex.NewFinalSender()} |
nothing calls this directly
no outgoing calls
no test coverage detected