github.com/go-board/x-go@v0.1.2-0.20220610024734-db1323f6cb15/README_EN.md (about) 1 # X-Go 2 3 E**x**tended **Go** Std Library. 4 5 [中文版](./README.md) 6 7 [concurrent](concurrent/README_EN.md) concurrent operation 8 9 [lock](lock/README_EN.md) distributed lock/lease 10 11 [result](result/README_EN.md) rust Result like type, but in go. 12 13 [types](types/README_EN.md) primitive types and interfaces 14 15 [xcodec](xcodec/README_EN.md) encode/decode interace and implementations 16 17 [xcontainer](xcontainer/README_EN.md) containers useful and made them easy 18 19 [xcrypt](xcrypt/README_EN.md) encrypt/decrypt utils 20 21 [xctx](xctx/README_EN.md) context utils 22 23 [xdatabase](xdatabase/README_EN.md) database utils and useful helper types. 24 25 [xdebug](xdebug/README_EN.md) debug print, http, runtime 26 27 [xhash](xhash/README_EN.md) hash interface and utils 28 29 [xnet](xnet/README_EN.md) net utils and http utils 30 31 [xsort](xsort/README_EN.md) sort utils 32 33 [xstrings](xstrings/README_EN.md) string utils 34 35 [xsync/xatomic](xsync/xatomic/README.md) atomic variable 36 37 [xtime](xtime/README.md) time utils 38 39 [xunsafe](xunsafe/README.md) unsafe utils