On Wed, Dec 4, 2019 at 5:21 PM FAN DEAR <
myd...@gmail.com> wrote:
>
> First of all, thank you very much for your reply.
> Actually, what I want to do is to use golang to complete the TCP communication SDK.
> When C++ calls golang to send a message,
> I need to tell the C++ message sending status at the appropriate time, such as sending failed, sending successfully, and the reply received.
> Here are some code snippets:
When calling between C++ and Go, you need to call functions by name.
You can't use an interface.
Ian