go-board / x-go

Extend go std library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x-go

如果想要使用泛型版本,移步至std

go标准库的拓展,提供各种便利的工具

English Version

concurrent 并发操作

lock 分布式锁与租约

result Rust 中的Result类型,在Go中的实现

types 基本类型的拓展和一些基本接口

xcodec 编解码接口与实现

xcontainer 集合库

xcrypt 加解密拓展

xctx context拓展

xdatabase 数据库拓展

xdebug 调试相关的工具

xhash hash拓展

xnet net拓展

xsort sort拓展

xstrings string拓展

xsync/xatomic 原子量拓展

xtime time拓展

xunsafe unsafe拓展

About

Extend go std library.

License:Apache License 2.0


Languages

Language:Go 100.0%