commit | 5c3e18f08f98eedaa1a0bbfb44f24ccd42ae59b8 | [log] [tgz] |
---|---|---|
author | Hyang-Ah (Hana) Kim <hyangah@gmail.com> | Tue May 05 15:57:36 2015 -0400 |
committer | Hyang-Ah Hana Kim <hyangah@gmail.com> | Wed May 13 22:28:22 2015 +0000 |
tree | f1152189b76e280c028a681a7ee107e250a15a7d | |
parent | ec112d8787053c45fe834078a2b1b5df5ddc4307 [diff] |
bind/objc: obj-c binding for functions using numeric, string types. test.bash is a simple script that builds the c-shared library from test_main.go, compiles SeqTest.m and the objective-c bindings of testpkg (testpkg/objc_testpkg/GoTestpkg.*), and runs the output. Eventually this will be replaced with coed that runs gomobile bind & xcodebuild. The code under testpkg/go_testpkg and testpkg/objc_testpkg is the output of gobind (now manually-generated). I am adding it to repo now in order to get the testpkg/objc_tstpkg reviewed. Eventually, this will be removed from the repo. Change-Id: I8d6af3732337992af922cb4615a63f385e19d489 Reviewed-on: https://go-review.googlesource.com/9826 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
The Go mobile repository holds packages and build tools for using Go on Android.
This is early work and installing the build system requires Go 1.5. Follow the build instructions on godoc.org/golang.org/x/mobile/cmd/gomobile to install the gomobile command and build the basic example.
APIs are currently very limited, but under active development. Package documentation serves as a starting point:
Contributions to Go are appreciated. See https://golang.org/doc/contribute.html.