Create Go language bindings for Objective-C.
Go to file
Greg 2fe435f137 Bug fix: delete exports.go if it is not needed.
Clean up some warnings around deprecated methods and sending
the "initialize" message to NSObject.
2019-05-10 02:23:07 -04:00
ast Switch from toml to yaml for configuration files. Begin scaffolding 2019-05-09 12:25:45 -04:00
cmd/nswrap Complete implementation of delegates. Update app example with an 2019-05-09 22:05:04 -04:00
examples Complete the Delegates wrapper. Disambiguate polymorphic methods. 2019-05-10 02:00:56 -04:00
types Autorelease all objective-C objects constructed using "alloc". 2019-05-09 08:52:35 -04:00
wrap Bug fix: delete exports.go if it is not needed. 2019-05-10 02:23:07 -04:00
.gitignore Update .gitignore. 2019-05-09 22:35:21 -04:00