Stars
Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
Go implementation of algorithms from Russell and Norvig's Artificial Intelligence: A Modern Approach
Bayesian text classifier with flexible tokenizers and storage backends for Go
A log parser/watcher written in Go. Mainly an exercise in Go.
Seelog is a native Go logging library that provides flexible asynchronous dispatching, filtering, and formatting.
Deep hashing for Go - able to calculate an fnv hash of nested data structures with exported fields.
Just a small library to get GPS values extracted from jpeg's using rwcarlsen's goexif library into a form readable by google maps and similiar mapping tools e.g arcGIS.
Concurrently extract, transform, and load tables of data in Go
Simple mechanism to extract data from maps, structs and arrays
Unmarshal an anonymous XML doc to map[string]interface{} and JSON, and extract values (using wildcards, if necessary) [deprecated for clbanning/mxj].
Some code on network programming with go language
Package gorilla/handlers is a collection of useful middleware for Go HTTP services & web applications 🛃
A little library for turning TCP connections into go channels.
Library for creating Go RPC client/server.
Implementation of a distance-vector routing algorithm in Go
An implementation of the Pegasos algorithm for solving Support Vector Machines in Go