Create Go language bindings for Objective-C.
Go to file
Greg 380fee39bf Update foundation example to query whether the array contains
specified objects.
2019-04-30 10:34:56 -04:00
ast Handle Objective-C methods with variadic arguments. 2019-04-29 16:14:45 -04:00
examples Update foundation example to query whether the array contains 2019-04-30 10:34:56 -04:00
objc Initial commit. 2019-04-09 11:52:21 -04:00
types Change Go types to simple unsafe Pointers instead of pointers 2019-04-30 09:14:25 -04:00
wrap Change Go types to simple unsafe Pointers instead of pointers 2019-04-30 09:14:25 -04:00
.gitignore Make a Go Interface instead of a struct for top level objects. 2019-04-29 11:46:48 -04:00
main.go Fix VaArgs configuration. 2019-04-30 09:21:54 -04:00