Handy utilities written in golang
Package logger is a goroutine-safe logging facility which writes logs with different severity levels to files, console, or both. Features: auto rotation of log files, auto deletion of old log files, and more...
Package sync provides extra synchronization facilities such as semaphore in addition to the standard sync package.
Implements an LRU cache.
Package concurrent provides some goroutine-safe containers.
Package container offers some goroutine-unsafe containers.
Package fileutils provides some handy file utilities.
A go implementation for verifying In App Purchases (compatible with iOS6 and iOS7 response) via apple.
Package inet provides some handy utilities for network programming.
Package pool offers goroutine-safe object pools such as ObjectPool and BufferPool.
Package utils packs with many useful handy utilities.