Skip to content

antigloss/go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Handy utilities written in golang

conf

Package conf is a framework for reading configurations from variety of configuration stores, such as ENV, files, or Apollo.

logger

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...

sync

Package sync provides extra synchronization facilities such as semaphore in addition to the standard sync package.

container

Package container provides some goroutine-unsafe containers and some goroutine-safe containers (under the container/concurrent folder).

fileutils

Package fileutils provides some handy file utilities.

iap

A go implementation for verifying In-App Purchases (compatible with iOS6 and iOS7 response) via apple.

net

Package net provides some handy utilities for network programming.

utils

Package utils packs with many useful handy utilities.