Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Do not use Go pointers containing Go pointers in a CGo call | Ayke van Laethem | 2016-04-30 |
| | | | | https://github.com/golang/proposal/blob/master/design/12416-cgo-pointers.md | ||
* | Fix CGo callback | Ayke van Laethem | 2016-04-16 |
See: https://github.com/kch42/golibrsync/issues/1 It is not allowed to let C directly call Go functions, wrapper functions must be made. For some reason, it appears to have worked before but it doesn't work now. |