Projects in Awesome Lists by goexl
A curated list of projects in awesome lists by goexl .
https://github.com/goexl/mengpo
Golang default value set library,Go语言默认值配置框架,支持功能:1、设置默认值;2、支持所有Golang内置类型;3、支持JSON配置默认值;4、支持环境变量;5、支持自定义类型;6、支持复杂类型
default default-value defaults framework go golang setup
Last synced: 17 Jan 2026
https://github.com/goexl/gox
Golang基础扩展库,提供了Golang语言本身并不封装的一些功能,包括:1、增加错误;2、字符串处理;3、各种字段定义;4、各种加密方法;5、不允许复制和不允许比较的封装;6、通用大小;7、位图实现以及基于位图实现的功能和功能集合功能
bitmap bitset bytesize check datasize extension extensions feature features filesize framework golang jetbrains json kv library random size tag template
Last synced: 17 Jan 2026
https://github.com/goexl/schedule
计划任务,支持如下任务:1、Cron表达式;2、周期任务;3、固定时间任务;4、随时时间任务
Last synced: 17 Jan 2026
https://github.com/goexl/structer
结构体转换器,用于将结构体转换成其它形式,比如:1、映射;2、字符串;3、JSON字符串
Last synced: 17 Jan 2026
https://github.com/goexl/id
编号生成器,提供常见的编号生成算法,包括:1、雪花生成算法;2、自增长生成算法
autoincrement golang id snowflake
Last synced: 17 Jan 2026
https://github.com/goexl/songci
Golang签名验证,支持以下几种签名:1、基于Hmac算法,类似于腾讯云签名算法的子南算法;2、基于Basic的基础验证
authentication basic framework golang hmac library
Last synced: 17 Jan 2026
https://github.com/goexl/model
数据库模型,包括常见的模型定义,比如:1、基于编号的模型;2、带修改时间的模型;3、带软删除的模型
Last synced: 17 Jan 2026
https://github.com/goexl/pulsar
Pulsar客户端的简单封装,让用户更容易处理消息发送和接收,并在此过程中隐藏相关细节(比如Ack、序列化等)
Last synced: 17 Jan 2026
https://github.com/goexl/gfx
Golang file system extension library,Go文件系统扩展库。主要是对Golang原生文件操作的扩展,增加更友好的操作API以及新特性
Last synced: 17 Jan 2026
https://github.com/goexl/valuer
Golang字符串值,提供从字符串解析真正的值的功能,字符串可以是:1、环境变量;2、表达式
Last synced: 17 Jan 2026
https://github.com/goexl/env
Golang环境变量扩展库,主要提供一些系统不支持的环境变量,比如1、主机名;2、各种编号生成器;3、地址;4、网上地址等等
Last synced: 17 Jan 2026
https://github.com/goexl/hud
基于Http协议的上传下载库,功能有:1、分片上传;2、分片下载;3、自动判断分片;4、自动计算分片大小
Last synced: 17 Jan 2026
https://github.com/goexl/guc
Golang util for concurrent,Golang并发包,实现通用的并发编程辅助包
Last synced: 17 Jan 2026
https://github.com/goexl/authn
用户认证,提供基础的认证基础结构,供其它认证库使用,比如github.com/pangum/session和github.com/pangum/jwt等第三方使用
Last synced: 17 Jan 2026
https://github.com/goexl/powerjob
因公司分布式任务调度技术选型了解到PowerJob,做一个简单封装,包括以下功能:1、简单的接口;2、Api调用
Last synced: 14 Jan 2026
https://github.com/goexl/container
集合框架,参考Java提供集合框架的基础定义,比如List、Set、Queue、Map等
Last synced: 14 Jan 2026