| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support returning any from callbacks (#1046) | Phil Eaton | 2022-05-29 | 1 | -0/+12 |
| | | | | Support returning any from callbacks | ||||
| * | Add build constraints for non cgo | Yasuhiro Matsumoto | 2019-11-18 | 1 | -0/+7 |
| | | |||||
| * | Move argument converters to callback.go, and optimize return value handling. | David Anderson | 2015-08-21 | 1 | -0/+97 |
| A call now doesn't have to do any reflection, it just blindly invokes a bunch of argument and return value handlers to execute the translation, and the safety of the translation is determined at registration time. | |||||
