Added libgoffi (#2663)

libgoffi is a general purpose libffi adapter library to bind foreign functions to Go function types

Changed the libgoffi description...

... to be a bit more intriguing, since libgoffi delivers Go native integration for libffi imported function using function adapters which make the native function look like any other Go function.

Update README.md
This commit is contained in:
noctarius aka Christoph Engelbert 2019-09-19 14:22:07 -07:00 committed by Kirill Danshin
parent 204e57c442
commit 383b034251

View File

@ -1647,6 +1647,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [hipchat](https://github.com/andybons/hipchat) - This project implements a golang client library for the Hipchat API.
* [hipchat (xmpp)](https://github.com/daneharrigan/hipchat) - A golang package to communicate with HipChat over XMPP.
* [igdb](https://github.com/Henry-Sarabia/igdb) - Go client for the [Internet Game Database API](https://api.igdb.com/).
* [libgoffi](https://github.com/clevabit/libgoffi) - Library adapter toolbox for native [libffi](http://sourceware.org/libffi/) integration
* [Medium](https://github.com/Medium/medium-sdk-go) - Golang SDK for Medium's OAuth2 API.
* [megos](https://github.com/andygrunwald/megos) - Client library for accessing an [Apache Mesos](http://mesos.apache.org/) cluster.
* [minio-go](https://github.com/minio/minio-go) - Minio Go Library for Amazon S3 compatible cloud storage.