@@ -83,7 +83,6 @@ Once you have an overview of the language, here are resources you can use to lea
83
83
- [ Blogs] ( Blogs ) - Blogs about Go.
84
84
- [ Podcasts] ( Podcasts ) - Podcasts and episodes featuring Go.
85
85
- Videos, Talks, and Presentations
86
- - [ GopherVids] ( http://gophervids.appspot.com/ ) (currently unreachable) is a searchable index of videos about Go.
87
86
- [ GoTalks] ( GoTalks ) - A collection of talks from Go conferences and meetups.
88
87
- [ Livestreams] ( Livestreams ) - live interactive Go project streams with members of the community.
89
88
- [ Screencasts] ( Screencasts )
@@ -128,11 +127,10 @@ Here are some of the places where you can find Gophers online. To get a sense of
128
127
- [ Cross Compilation] ( https://rakyll.org/cross-compilation/ )
129
128
- Shared libraries and Go (buildmode)
130
129
- [ Go Shared Libraries] ( https://github.com/jbuberel/buildmodeshared ) - Examples for creating and using shared libraries from Go and Python.
131
- - [ Sharing Go Packages with C] ( http://blog.ralch.com/tutorial /golang-sharing-libraries/ ) - by [ @ ralch ] ( https://twitter.com/ralch ) .
130
+ - [ Sharing Go Packages with C] ( http://blog.ralch.com/articles /golang-sharing-libraries/ ) - by Svetlin Ralchev
132
131
- [ Calling Go libraries from Python] ( https://blog.filippo.io/building-python-modules-with-go-1-5/ ) - by Filippo Valsorda
133
132
- [ Calling Go libraries from Ruby] ( http://c7.se/go-and-ruby-ffi/ ) - by Peter Hellberg
134
133
- [ Calling Go libraries from Swift] ( https://rakyll.org/swift/ ) - by Jaana Burcu Dogan
135
- - [ Build a Ruby Gem with a Go native extension] ( http://blog.paracode.com/2015/08/28/ruby-and-go-sitting-in-a-tree ) - by @jondot
136
134
- [ gohttplib] ( https://github.com/shazow/gohttplib ) - An experiment in using Go 1.5 buildmode=c-shared.
137
135
- See the wikis below for additional details:
138
136
- [ GoGetTools] ( GoGetTools )
@@ -188,11 +186,9 @@ If you're looking for services that support Go, here's a list to get you started
188
186
- [ Amazon Web Services] ( https://github.com/aws/aws-sdk-go )
189
187
- [ Azure] ( https://github.com/Azure/azure-sdk-for-go )
190
188
- [ DigitalOcean] ( https://github.com/digitalocean/godo )
191
- - [ GE Predix] ( https://github.com/geaviation/goboot-starter )
192
189
- [ Google Cloud Platform for Go] ( https://cloud.google.com/go )
193
190
- [ Heroku] ( https://github.com/heroku/heroku-buildpack-go )
194
- - [ IBM Bluemix] ( https://developer.ibm.com/bluemix/2015/10/28/getting-started-with-golang-on-bluemix/ )
195
- - [ OpenStack] ( https://github.com/openstack/golang-client )
191
+ - [ OpenStack] ( https://github.com/gophercloud/gophercloud )
196
192
- [ Vscale] ( https://github.com/vscale/go-vscale )
197
193
- [ Aliyun] ( https://github.com/aliyun/alibaba-cloud-sdk-go )
198
194
- [ Tencent] ( https://github.com/TencentCloud/tencentcloud-sdk-go )
0 commit comments