Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.55 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.55 KB

THE REPOSITORY HAS BEEN MOVED!

This is not the official repository, it has been moved to the http://github.com/going/toolkit organization's repo!

Toolkit For Gopher

Build Status

bong

A simple wrap for protobuf and rpc in goang

dig

dig value from map or struct, fork from https://github.com/gosexy/dig

httpclient

bitly's httpclient support timeout for go1.03

httpclientv2

bitly's httpclient for go1.1

log

qiniu's log ext for golang'log, form from https://github.com/qiniu/log

mahonia

Mahonia is a character-set conversion library implemented in Go, fork from https://code.google.com/p/mahonia/

strftime

Go's strftime like Python

to

A simple Go's type conversion, fork from https://github.com/gosexy/to

simplejson

bitly's simplejson

stack

A simple LIFO stack backed by a linked list implemented with golang, fork from https://gist.github.com/bemasher/1777766

utils

Some useful util collection.

xmlpath

Package xmlpath implements a strict subset of the XPath specification for the Go language.
clone from http://launchpad.net/xmlpath

misc

misc/math/rpn ReversePolishnotation AST,fork from https://gist.github.com/achun/5730664

gouuid

Pure Go UUID implementation fork from https://github.com/nu7hatch/gouuid

mapset

A simple set type for the Go language. Fork from https://github.com/deckarep/golang-set