Skip to content

fwhezfwhez/utils

Repository files navigation

utils

Godoc Build Status

common functional utils for public

Table of Contents generated with DocToc

1. start

go get github.com/fwhezfwhez/utils

2. plugins

Most tools as global vals can be put into utils.Welcome to pull your request to fullfill the utils.

2.1 redis

util_redis

2.2 jwt

util_jwt

2.3 jsoncrack

util_jsoncrack

2.4 superchecker

util_superchecker

3. Notes:

3.1 All plugins should be inited well before the app starts,so we don't add locks to make it concurrently safe.Neither can we change global tools's properties while the app is running.

3.2 Add your plugins as you wish, but make sure a package with an init.go and at least a xxx_test.go file, when pull request is open, make sure travis-ci pass.

About

Many common functional utils

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages