Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1013 Bytes

README_EN.md

File metadata and controls

39 lines (20 loc) · 1013 Bytes

X-Go

Extended Go Std Library.

中文版

concurrent concurrent operation

lock distributed lock/lease

result rust Result like type, but in go.

types primitive types and interfaces

xcodec encode/decode interace and implementations

xcontainer containers useful and made them easy

xcrypt encrypt/decrypt utils

xctx context utils

xdatabase database utils and useful helper types.

xdebug debug print, http, runtime

xhash hash interface and utils

xnet net utils and http utils

xsort sort utils

xstrings string utils

xsync/xatomic atomic variable

xtime time utils

xunsafe unsafe utils