Pinned Repositories
cast
safe and easy casting from one type to another in Go
circularqueue
go circular queue implementation
ctxutils
base on context.Context
fins
gormutils
gormutils工具函数集,只在mysql中测试
multilock
netserver
to build tcp server faster
rreader
reverse reader
singleflight
Package singleflight provides a duplicate function call suppression mechanism.
struct2map
convert struct to map
xiaotushaoxia's Repositories
xiaotushaoxia/struct2map
convert struct to map
xiaotushaoxia/netserver
to build tcp server faster
xiaotushaoxia/rreader
reverse reader
xiaotushaoxia/singleflight
Package singleflight provides a duplicate function call suppression mechanism.
xiaotushaoxia/fins
xiaotushaoxia/gormutils
gormutils工具函数集,只在mysql中测试
xiaotushaoxia/cast
safe and easy casting from one type to another in Go
xiaotushaoxia/circularqueue
go circular queue implementation
xiaotushaoxia/ctxutils
base on context.Context
xiaotushaoxia/errx
在go pkg errors基础上做了一点修改,不需要有添加stack的负担
xiaotushaoxia/excel
对excelize的简单封装
xiaotushaoxia/excelsheet
对excelize中sheet的封装,减少sheetName在操作中的参数传递
xiaotushaoxia/go-expirecache
简单的带超时的内存cache
xiaotushaoxia/godis
A Golang implemented Redis Server and Cluster. Go 语言实现的 Redis 服务器和分布式集群
xiaotushaoxia/hreflect
稍微上层一点的go反射库(待完善
xiaotushaoxia/kvtag
go结构体tag解析工具。用于解析形如`filter:"colum:type;opr:in;split:in\\;t;sep:,;test:xxsds;name:xxx"`的tag
xiaotushaoxia/multilock
xiaotushaoxia/page
简单的分页查询
xiaotushaoxia/synccollections
go 线程安全集合
xiaotushaoxia/tcpproxy
go tcp代理
xiaotushaoxia/future
future implementation Java Future
xiaotushaoxia/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
xiaotushaoxia/gogroup
GoGroup manages some goroutines. when one of them exits, the other goroutines will be canceled
xiaotushaoxia/gorm
The fantastic ORM library for Golang, aims to be developer friendly
xiaotushaoxia/opcua
Native Go OPC-UA library
xiaotushaoxia/rwpeeker
用于peek一下reader,writer,gin的请求体和返回体的一个小工具
xiaotushaoxia/test
为了学习git操作和测试github api
xiaotushaoxia/uintbin
无符号整数的二进制操作
xiaotushaoxia/wails
Create beautiful applications using Go