2169a27454 | ||
---|---|---|
.. | ||
README.md | ||
library.go | ||
library_test.go | ||
library_test_multiaccount.go | ||
library_test_utils.go | ||
main.go | ||
multiaccount.go | ||
response.go | ||
response_test.go | ||
types.go |
README.md
lib
DEPRECATED. Please see ./mobile
instead. Currently, the exported bindings are not in sync with mobile
. They might be missing or working differently.
This package provides CGO bindings so that it can be used to create a static library and link it with other projects in different languages, namely status-react. Even though, we switched to gomobile, this package can still be useful for generating a static library to link with C/C++ program.
Bindings are exported and described in library.go
.