New examples of Go shared libraries.

Jason Buberel 2015-08-26 12:17:27 -07:00
parent 864fb58ad7
commit 34c728bc4d

@ -95,9 +95,11 @@ Here are some of the places where you can find Gophers online. To get a sense of
- [Overview with examples](http://icanhazdowntime.org/post/2015-07-09-go-vendor-experiment/) by [@freeformz](https://twitter.com/freeformz).
- See also [PackageManagementTools](PackageManagementTools) for additional details.
- Shared libraries and Go (buildmode)
- [Go Shared Libraries](https://github.com/jbuberel/buildmodeshared) - Examples for creating and using shared libraries.
- [Go Shared Libraries](https://github.com/jbuberel/buildmodeshared) - Examples for creating and using shared libraries from Go and Python.
- [gohttplib](https://github.com/shazow/gohttplib) - An experiment in using Go 1.5 buildmode=c-shared.
- [Sharing Golang Packages to C](http://blog.ralch.com/tutorial/golang-sharing-libraries/) - A tutorial by [@ralch](https://twitter.com/ralch).
- [Calling Go libraries from Python](https://blog.filippo.io/building-python-modules-with-go-1-5/) - by Filippo Valsorda
- [Calling Go libraries from Ruby](http://c7.se/go-and-ruby-ffi/) - by Peter Hellberg
- See the wikis below for additional details:
- [GoGetTools](GoGetTools)
- [GoGetProxyConfig](GoGetProxyConfig)