mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Daily updates.
parent
8983c92e50
commit
375328440f
6
Books.md
6
Books.md
@ -156,6 +156,12 @@ Sorted by publication date.
|
||||
* ISBN: ---
|
||||
* References: https://leanpub.com/howdoibuildawebappwithgo
|
||||
|
||||
* **Learn Go** (e-book)
|
||||
* Author: Gyu-ho Lee
|
||||
* Publication Date: ---
|
||||
* ISBN: ---
|
||||
* References: https://github.com/gyuho/learn#contents
|
||||
|
||||
# Chinese
|
||||
* **Go语言·云动力**
|
||||
* Author: 樊虹剑(fango)
|
||||
|
@ -348,6 +348,7 @@ If you find a project in this list that is dead or broken, please either mark it
|
||||
* [go-algs/ed](https://github.com/daviddengcn/go-algs) - Generalized edit-distance implementation
|
||||
* [go-algs/maxflow](https://github.com/daviddengcn/go-algs) - An energy minimization tool using max-flow algorithm.
|
||||
* [go-extractor](https://github.com/salviati/go-extractor) - Go wrapper for GNU libextractor
|
||||
* [gocrud](https://github.com/manishrjain/gocrud) - Framework for working with arbitrary depth data structures.
|
||||
* [Gokogiri](https://github.com/moovweb/gokogiri) - A lightweight libxml wrapper library
|
||||
* [GoNetCDF](https://bitbucket.org/ctessum/gonetcdf) - A wrapper for the NetCDF file format library
|
||||
* [goop](https://github.com/losalamos/goop) - Dynamic object-oriented programming support for Go
|
||||
@ -537,6 +538,7 @@ See also [[SQLDrivers page|SQLDrivers]].
|
||||
## Distributed/Grid Computing
|
||||
|
||||
* [donut](https://github.com/dforsyth/donut) - A library for building clustered services in Go
|
||||
* [libchan](https://github.com/docker/libchan) - Go-like channels over the network
|
||||
* [locker](https://github.com/jagregory/locker) - A distributed lock service built on top of [etcd](https://github.com/coreos/etcd).
|
||||
* [Skynet](https://github.com/skynetservices/skynet) - Skynet is distributed mesh of processes designed for highly scalable API type service provision.
|
||||
* [Tideland golib](https://github.com/tideland/golib) - Includes a map/reduce library
|
||||
|
@ -2,6 +2,7 @@ Commercial providers of Go training
|
||||
|
||||
## On-line
|
||||
|
||||
* [Golang - From Beginner to Advanced - Romeo Mihalcea](https://www.devcasts.io/course/golang-from-beginner-to-advanced/)
|
||||
* [Golang Tutorials - Sathish VJ](http://golangtutorials.blogspot.com/2011/05/table-of-contents.html) - A free online class.
|
||||
* [Learn Go - Codementor.io](https://www.codementor.io/go) - Beginner level online class.
|
||||
* [Learning to Program in Go - Chris Hawkes](https://www.youtube.com/playlist?list=PLei96ZX_m9sVSEXWwZi8uwd2vqCpEm4m6) - Free video tutorial for beginner Go programming.
|
||||
|
Loading…
x
Reference in New Issue
Block a user