Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

util

Golang utilities kit.

Those utils come from my actual production, they are all simple, shot but usefully. Each util was built in a separate module and follow with unit test (example), pursue of simple and convenience.


Install

go get github.com/zhengxiaoyao0716/util/<package you want>

// Note that the project path `util` is only a directory,
// you should choose a package in child path to import.

Document

See godoc


Example

See unit test in packages.


Change log

  • 2017/08/02: The interface of Event module has a bit change. the Key has change from struct{Type, Name} to [2]string{Type, Name}.

About

My personal utils for Golang develop.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages