Create Go language bindings for Objective-C.
Go to file
Greg 2fbd9134a0 Generate go and objc wrapper functions. Translate classes into wrapped
unsafe.Pointer() instances. Embed super-class to simulate inheritance
and hold pointers only at the base class.
2019-04-10 14:00:48 -04:00
ast Generate go and objc wrapper functions. Translate classes into wrapped 2019-04-10 14:00:48 -04:00
objc Initial commit. 2019-04-09 11:52:21 -04:00
wrap Generate go and objc wrapper functions. Translate classes into wrapped 2019-04-10 14:00:48 -04:00
.gitignore Generate go and objc wrapper functions. Translate classes into wrapped 2019-04-10 14:00:48 -04:00
main.go Generate go and objc wrapper functions. Translate classes into wrapped 2019-04-10 14:00:48 -04:00