Handy utilities written in golang
Package conf is a framework for reading configurations from variety of configuration stores, such as ENV, files, or Apollo.
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.
Package container provides some goroutine-unsafe containers and some goroutine-safe containers (under the container/concurrent folder).
Package fileutils provides some handy file utilities.
A go implementation for verifying In-App Purchases (compatible with iOS6 and iOS7 response) via apple.
Package net provides some handy utilities for network programming.
Package utils packs with many useful handy utilities.