VVZzzz's Stars
bwmarrin/snowflake
A simple to use Go (golang) package to generate or parse Twitter snowflake IDs
Meituan-Dianping/Leaf
Distributed ID Generate Service
dyang886/Game-Cheats-Manager
Easily download and manage game cheats for your convenience
sony/sonyflake
A distributed unique ID generator inspired by Twitter's Snowflake
go-gorm/gen
Gen: Friendly & Safer GORM powered by Code Generation
go-gorm/gorm
The fantastic ORM library for Golang, aims to be developer friendly
jmoiron/sqlx
general purpose extensions to golang's database/sql
go-sql-driver/mysql
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
mitchellh/mapstructure
Go library for decoding generic map values into native Go structures and vice versa.
spf13/viper
Go configuration with fangs
mao888/bluebell-plus
基于vue+go+gin+mysql+redis的博客论坛web项目
takecian/video-examples-ios
iOS App project shows examples related to video recording/editting.
JWAutumn/ACarousel
A carousel view for SwiftUI | SwiftUI 旋转木马效果
itisjoe/swiftgo_files
wwmz/WMZBanner
最好用的轻量级轮播图+卡片样式+自定义样式,链式编程语法(可实现各种样式的轮播图,大多需要的功能都有)(The best lightweight carousel + card style + custom style, chain programming syntax)
kenjihiranabe/The-Art-of-Linear-Algebra
Graphic notes on Gilbert Strang's "Linear Algebra for Everyone"
ffhelicopter/Go42
《Go语言四十二章经》详细讲述Go语言规范与语法细节及开发中常见的误区,通过研读标准库等经典代码设计模式,启发读者深刻理解Go语言的核心思维,进入Go语言开发的更高阶段。
8treenet/freedom
Freedom是一个基于六边形架构的框架,可以支撑充血的领域模型范式。
judasn/IntelliJ-IDEA-Tutorial
IntelliJ IDEA 简体中文专题教程
focus-creative-games/luban
luban是一个强大、易用、优雅、稳定的游戏配置解决方案。luban is a powerful, easy-to-use, elegant and stable game configuration solution.
marmotedu/iam
企业级的 Go 语言实战项目:认证和授权系统(带配套课程)
hwholiday/learning_tools
Go 学习、Go 进阶、Go 实用工具类、Go DDD 项目落地、Go-kit 、Go-Micro 、Go 推送平台、微服务实践
sourcegraph/conc
Better structured concurrency for go
imroc/req
Simple Go HTTP client with Black Magic
senghoo/golang-design-pattern
设计模式 Golang实现-《研磨设计模式》读书笔记
mohuishou/go-design-pattern
golang design pattern go 设计模式实现,包含 23 种常见的设计模式实现,同时这也是极客时间-设计模式之美 的笔记
KeKe-Li/data-structures-questions
golang sorting algorithm and data construction.
orcaman/concurrent-map
a thread-safe concurrent map for go
VVZzzz/Watershed-OpticalFlow-label
基于分水岭分割和光流的图像标注方法
VVZzzz/PatternDesign-Golang