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

https://github.com/welllog/golib

A tool package based on the Go standard library, designed with high performance, flexibility, and versatility in mind.
https://github.com/welllog/golib

Last synced: 11 months ago
JSON representation

A tool package based on the Go standard library, designed with high performance, flexibility, and versatility in mind.

Awesome Lists containing this project

README

          



English | 中文

# golib
一个基于Go标准库的工具包,以性能、灵活、简洁为设计目标, 通过引入泛型来加强代码复用。

###
* ``algz`` 算法相关函数
* ``cryptz`` 加解密相关函数
* ``ctxz`` ctx相关函数
* ``goz`` goroutine相关函数
* ``hashz`` hash相关函数
* ``heapz`` 堆相关实现
* ``listz`` 链表相关实现
* ``mapz`` map相关函数
* ``mathz`` math相关函数
* ``randz`` 随机相关函数
* ``ringz`` 环形队列相关实现
* ``setz`` 集合相关函数
* ``slicez`` 切片相关函数
* ``sortz`` sort相关函数
* ``testz`` test相关函数
* ``strz`` 字符串相关函数,能够处理多种utf8编码的字符串
* ``typez`` 常量、变量、类型相关函数