I think we can have the rticonnext-connector (C libs and headers) directory in the rticonnext-connector-go repository without Git submodule. That would solve the issue. I will work on it and let you know when it is ready.
I removed the git submodule and include the C libs and headers directly in the Go connector repository. I tested with Go modules and it worked. Please check out and let me know if you have any issues or questions.
Hi,
I am currently looking into this and created an issue in GitHub for this to keep track of the status.
https://github.com/rticommunity/rticonnextdds-connector-go/issues/3
As noted in the following link, Git submodule wouldn't be supported by Go modules.
https://github.com/golang/go/issues/24094#issuecomment-377559768
I think we can have the rticonnext-connector (C libs and headers) directory in the rticonnext-connector-go repository without Git submodule. That would solve the issue. I will work on it and let you know when it is ready.
Thanks,
Kyoungho
Hi,
I removed the git submodule and include the C libs and headers directly in the Go connector repository. I tested with Go modules and it worked. Please check out and let me know if you have any issues or questions.
Thanks,
Kyoungho
Thank you Kyoungho!