Heatmap creation stuff for golang
Heatmaps This is a toolkit for creating heatmaps. Heatmaps are awesome. I use them for a few things, and now you can, too. There are quite a few
Heatmaps This is a toolkit for creating heatmaps. Heatmaps are awesome. I use them for a few things, and now you can, too. There are quite a few
go-finance Go library containing a collection of financial functions for time value of money (annuities), cash flow, interest rate conversions,
jsonassert is a Go test assertion library for verifying that two representations of JSON are semantically equal. Usage Create a new
Golax is the official go implementation for the Lax framework. About Lax Lax wants to be the best “user experience” for developers
Pixel A hand-crafted 2D game library in Go. Take a look into the features to see what it can do. go get github.com/faiface/pixel If you are
gonameparts gonameparts splits a human name into individual parts. This is useful when dealing with external data sources that provide names as a
Vugu Vugu is an experimental library for web UIs written in Go and targeting webassembly. Guide and docs at https://www.vugu.org. Godoc at
skywalker Skywalker is a package to allow one to concurrently go through a filesystem with ease. Features Concurrency BlackList
go-flags: a go library for parsing command line arguments This library provides similar functionality to the builtin flag library of go, but
cyclicbarrier CyclicBarrier is a synchronizer that allows a set of goroutines to wait for each other to reach a common execution point, also
Overview This is a revamped Google’s jump consistent hash. It overcomes the shortcoming of the original implementation – not being able to
GoWorld Scalable Distributed Game Server Engine with Hot Reload in Golang 中文资料 中文文档 游戏服务器介绍 目录结构说明
MCache library go-mcache – this is a fast key:value storage. Its major advantage is that, being essentially a thread-safe
Hide IDs Hide is a simple package to provide an ID type that is marshalled to/from a hash string. This prevents sending technical IDs to clients
gaio Introduction 中文介绍 For a typical golang network program, you would first conn := lis.Accept() to get a connection and go