Adding see also link for vendor experiments.

Jason Buberel 2015-08-23 08:37:48 -07:00
parent 66d3235a5e
commit e29ca43a83

@ -91,6 +91,7 @@ Here are some of the places where you can find Gophers online
- Using the Go 1.5 `GO15VENDOREXPERIMENT` - Using the Go 1.5 `GO15VENDOREXPERIMENT`
- Start here for the [official documentation](https://golang.org/cmd/go/#hdr-Vendor_Directories). - Start here for the [official documentation](https://golang.org/cmd/go/#hdr-Vendor_Directories).
- [Overview with examples](http://icanhazdowntime.org/post/2015-07-09-go-vendor-experiment/) by [@freeformz](https://twitter.com/freeformz). - [Overview with examples](http://icanhazdowntime.org/post/2015-07-09-go-vendor-experiment/) by [@freeformz](https://twitter.com/freeformz).
- See also [PackageManagementTools] for additional details.
- Shared libraries and Go - Shared libraries and Go
- [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.
- [gohttplib](https://github.com/shazow/gohttplib) - An experiment in using Go 1.5 buildmode=c-shared. - [gohttplib](https://github.com/shazow/gohttplib) - An experiment in using Go 1.5 buildmode=c-shared.