An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

proxy.golang.org namespaces: github.com/yyle88

View the packages within the github.com/yyle88 namespace on the proxy.golang.org package registry, including their maintainers and dependencies.

Top 6.7% on proxy.golang.org
github.com/yyle88/reggin v1.0.32
`reggin` is a pkg for registering and managing Gin HTTP routes.
33 versions - Latest release: about 4 hours ago - 71 stars on GitHub
Top 6.6% on proxy.golang.org
github.com/yyle88/sortslice v1.0.7
简单的排序逻辑,使用泛型实现 sort.Interface 这样以后排序就不要每次都根据类型实现 sort.Interface 啦,非常方便,给个星星谢谢
8 versions - Latest release: 5 months ago - 20 stars on GitHub
Top 6.3% on proxy.golang.org
github.com/yyle88/eroticgo v0.0.4
eroticgo is a simple Go package for adding color to your console screen.
5 versions - Latest release: about 1 month ago - 79 stars on GitHub
Top 9.1% on proxy.golang.org
github.com/yyle88/syncmap v1.0.16
13 versions - Latest release: 2 months ago - 1 stars on GitHub
Top 5.7% on proxy.golang.org
github.com/yyle88/goi18n v0.0.6
Replace map[string]interface{} with generic parameters to make i18n more concise.
7 versions - Latest release: 5 days ago - 3 stars on GitHub
Top 6.2% on proxy.golang.org
github.com/yyle88/rese v0.0.10
**rese** simplifies Go error handling and result extraction. It combines error and result checks ...
11 versions - Latest release: 2 months ago - 7 stars on GitHub
Top 6.1% on proxy.golang.org
github.com/yyle88/simplejsonx v0.0.11
`simplejsonx` is a generic-based JSON parsing package that depends on `github.com/bitly/go-simple...
12 versions - Latest release: 2 months ago - 52 stars on GitHub
Top 6.6% on proxy.golang.org
github.com/yyle88/gosignbtc v1.0.41
简单的Go语言版本比特币创建钱包和签名逻辑
42 versions - Latest release: 27 days ago - 2 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/yyle88/zaplog v0.0.25
自己做东西总是需要打印日志的,但似乎各个开发者用的都不一样,我本来想着能不能统一下日志,结果发现不能,因此这个包就作为个仅供自己用的日志包吧(主要是没有这个包,其它包想开源也开不起来啊,这就比较...
26 versions - Latest release: 6 days ago - 0 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/yyle88/mutexmap v1.0.13
跟syncmap不同,这个是一个rw-mutex和一个map的组合,目的是解决map的异步读写问题,这个比较鬼扯,查别人已有的代码也行,但不如自己顺手实现个完事
14 versions - Latest release: 2 months ago - 0 stars on GitHub
Top 6.4% on proxy.golang.org
github.com/yyle88/osexistpath v0.0.17
osexistpath can check whether a path, file, or directory exists.
18 versions - Latest release: 3 months ago - 48 stars on GitHub
Top 6.3% on proxy.golang.org
github.com/yyle88/yyle88 v0.0.60
self-introduction page
61 versions - Latest release: 4 months ago - 16 stars on GitHub
Top 6.5% on proxy.golang.org
github.com/yyle88/neatjson v0.0.12
neat json make it neat to use "encoding/json" in golang.
13 versions - Latest release: 3 months ago - 59 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/yyle88/erero v1.0.22
erero is a simple error-handling package designed to log errors along with their context and loca...
23 versions - Latest release: 9 days ago - 20 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/yyle88/gormcls v1.0.52
gormcls - Isolate the scope of temporary variables when using GORM, making the code more concise
53 versions - Latest release: 11 days ago - 66 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/yyle88/runpath v1.0.23
`runpath` package provides func to get the execution location of Go code, including the absolute ...
25 versions - Latest release: 5 months ago - 18 stars on GitHub
Top 9.1% on proxy.golang.org
github.com/yyle88/gormcngen v1.0.43
gormcngen help gen enum code with gormcnm. 因为gormcnm能够以枚举定义字段名和字段类型,这个工具gormcngen就是自动帮你生成枚举代码的。
45 versions - Latest release: about 1 month ago - 21 stars on GitHub
Top 5.9% on proxy.golang.org
github.com/yyle88/gormrepo v1.0.52
gormrepo - Provides simple CRUD operations, simplifying GORM usage
54 versions - Latest release: 11 days ago - 65 stars on GitHub
github.com/yyle88/osexec v0.0.31
32 versions - Latest release: 12 days ago
Top 7.4% on proxy.golang.org
github.com/yyle88/done v1.0.26
在golang代码里常有 res, err := run(); err != nil 的逻辑,错误出现的概率很小,但处理错误会让代码变得臃肿,特别是在写很小的demo时,出错就直接panic就行...
30 versions - Latest release: 22 days ago - 4 stars on GitHub
Top 6.5% on proxy.golang.org
github.com/yyle88/sure v0.0.38
在我们开发golang代码时,经常会遇到比如 res, err := a.Run() 的情况,这时假如使用 res := amust.Run() 或者 res := a.Must().Run()...
39 versions - Latest release: 3 months ago - 2 stars on GitHub
Top 6.4% on proxy.golang.org
github.com/yyle88/must v0.0.25
The must library simplifies assertions and panics on failure. Assert conditions directly, avoidin...
26 versions - Latest release: 17 days ago - 14 stars on GitHub
Top 6.4% on proxy.golang.org
github.com/yyle88/gotrontrx v1.0.15
16 versions - Latest release: about 2 months ago
Top 6.2% on proxy.golang.org
github.com/yyle88/tern v0.0.8
tern is a lightweight Go package for simple, concise ternary expressions, enabling clear conditio...
9 versions - Latest release: about 2 months ago - 11 stars on GitHub
Top 6.3% on proxy.golang.org
github.com/yyle88/gobtcsign v1.0.41
42 versions - Latest release: 27 days ago
Top 7.6% on proxy.golang.org
github.com/yyle88/slicesort v1.0.7
简单的排序逻辑,使用泛型实现 sort.Interface 这样以后排序就不要每次都根据类型实现 sort.Interface 啦,非常方便,给个星星谢谢
8 versions - Latest release: 5 months ago - 0 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/yyle88/mustdone v0.0.38
在我们开发golang代码时,经常会遇到比如 res, err := a.Run() 的情况,这时假如使用 res := amust.Run() 或者 res := a.Must().Run()...
39 versions - Latest release: 3 months ago - 0 stars on GitHub
Top 6.6% on proxy.golang.org
github.com/yyle88/gormmom v0.0.31
Empowering Native Language Programming, Simplifying GORM Tag Generation
32 versions - Latest release: 22 days ago - 104 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/yyle88/syntaxgo v0.0.51
syntaxgo is a wrapper around Go's go/ast Abstract Syntax Tree and Go's reflect package - designed...
52 versions - Latest release: 22 days ago - 82 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/yyle88/formatgo v1.0.24
格式化代码 gofmt 工具 format golang source code 的工具,当然顺带还能整理 import 的引用内容
25 versions - Latest release: about 2 months ago - 2 stars on GitHub
Top 7.5% on proxy.golang.org
github.com/yyle88/gotron v1.0.15
16 versions - Latest release: about 2 months ago - 2 stars on GitHub
Top 9.1% on proxy.golang.org
github.com/yyle88/gormcnm v1.0.54
gormcnm means: gorm column name. can help you use enum column name and enum type define. not use ...
56 versions - Latest release: 25 days ago - 20 stars on GitHub
Top 9.1% on proxy.golang.org
github.com/yyle88/regginroute v1.0.31
regginroute means register gin routes. 非常简单的gin路由注册器。
32 versions - Latest release: 3 months ago - 2 stars on GitHub
Top 6.2% on proxy.golang.org
github.com/yyle88/printgo v1.0.5
printgo is a simple Go package that provides enhanced printing capabilities.
6 versions - Latest release: 3 months ago - 39 stars on GitHub