Learning the Go language
On Oct 6, 2014:
- I installed the Go language.
apt-get install golang
- That installed version
go1
- I executed a hello world go script
https://code.google.com/p/go-wiki/
- http://golang.org/
- http://golang.org/doc/install.html
- http://golang.org/pkg/text/template/
- http://blog.golang.org/osconreport
- http://spf13.com/presentation/MongoDB-and-Go
- http://spf13.com/presentation/go-for-object-oriented-programmers
- http://cdn.oreillystatic.com/en/assets/1/event/115/A%20Quick%20Introduction%20to%20System%20Tools%20Programming%20with%20Go%20Presentation.pdf
- https://stripe.com/blog/official-go-support
- https://github.com/stripe/stripe-go/
- http://golang.org/doc/articles/wiki/
- https://github.com/hoisie/web
- http://webgo.io/
- https://news.ycombinator.com/item?id=8356677
- [X] http://dougblack.io/words/a-restful-micro-framework-in-go.html
- https://github.com/dougblack/sleepy
- http://www.gorillatoolkit.org/
- http://corner.squareup.com/2014/05/evaluating-go-frameworks.html
- [X] http://revel.github.io/
- http://www.quora.com/Which-web-framework-for-the-Go-language-is-best-for-creating-a-REST-API
- https://github.com/go-martini/martini
- http://blog.kowalczyk.info/article/uvw2/Thoughts-on-Go-after-writing-3-websites.html
#howto - #programming - #go
From JR's : articles
52 words - 1241 chars
created on
updated on
- #
source
- versions
Related articles
Veery Blog App - April 2015 - Aug 03, 2015
Installing a Perl Module - Jan 13, 2015
Loop through a Perl array - Oct 02, 2013
Perl links to read - Jul 09, 2013
React Native - Nov 01, 2016
more >>