Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate to pure go #16

Closed
hmmftg opened this issue Sep 2, 2021 · 2 comments
Closed

migrate to pure go #16

hmmftg opened this issue Sep 2, 2021 · 2 comments

Comments

@hmmftg
Copy link

hmmftg commented Sep 2, 2021

Hi
we are using ipc message queues widely in our c projects, I want to add new app written in go
is it possible to migrate project to pure go and don't use cgo?
we want to use it on aix(7.2) and we didn't manage to setup cgo(it's not possible to connect it to internet, but dependencies need internet connection)

thanks

@siadat
Copy link
Owner

siadat commented Sep 2, 2021

Hi @hmmftg, off the top of my head, the ipc package itself (ie "github.com/siadat/ipc") is not using CGO. The cgo_* and c_* directories are just there for testing purpose.

@siadat
Copy link
Owner

siadat commented Sep 6, 2021

Closing because I think the issue is resolved. Feel free to re-open if necessary.

@siadat siadat closed this as completed Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants