An open API service indexing awesome lists of open source software.

https://github.com/kwf2030/commons

Go常用工具库
https://github.com/kwf2030/commons

beanstalk boltdb cdp chrome-devtools-protocol commons flow go pipeline wechat wxbot

Last synced: 2 months ago
JSON representation

Go常用工具库

Awesome Lists containing this project

README

          

# commons
Go常用工具库。

# base
通用接口(如Equality/Comparable/Cloneable)。

## conv
interface{}转bool/int/uint/string,map和gob/json互转,string/[]byte零拷贝互转。

## file
文件操作工具。

## pipeline
链式处理工具。

## rand2
随机数工具。

## time2
时间常量和工具函数,包含一个简单时间轮的实现。