elliotchance / c2go

⚖️ A tool for transpiling C to Go.
MIT License
2.09k stars 154 forks source link

CGO for c2go #189

Open Konstantin8105 opened 7 years ago

Konstantin8105 commented 7 years ago

@elliotchance Could you clarify your opinion about using CGO for C library? Some C library cannot be convert to Golang (GUI, Assembler, ...).

elliotchance commented 7 years ago

This thread deals with that question and offers a solution:

https://github.com/elliotchance/c2go/issues/7