GoRose(go orm), a mini database ORM for golang, which inspired by the famous php framwork laravle's eloquent. It will be friendly for php developer and python or ruby developer. Currently provides six major database drivers: mysql,sqlite3,postgres,oracle,mssql, Clickhouse.
database table to golang struct (table to struct) converter with cli and go lib support
Go4rdm is Golang For Redis Desktop Manager, a cross-platform GUI application written by Golang and Fyne gui framework
gorose + gin demo,半小时快速上手golang web编程之用户的增删改查(示例代码)
golang i18n, golang实现的多语言解析使用
the data structure implementation in golang(数据结构的go语言实现, 队列:queue; 散列表:hashtable; 二叉平衡树:avl-tree......)