-
Notifications
You must be signed in to change notification settings - Fork 55
/
doc.go
34 lines (19 loc) · 1.04 KB
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
Package zlsgo is golang daily development of some commonly used functions set
See https://docs.73zls.com/zlsgo/#/
znet(Web development) https://pkg.go.dev/github.com/sohaha/zlsgo/znet
ztype(Type correlation) https://pkg.go.dev/github.com/sohaha/zlsgo/ztype
zpool(Goroutine pool) https://pkg.go.dev/github.com/sohaha/zlsgo/zpool
zfile(File operation) https://pkg.go.dev/github.com/sohaha/zlsgo/zfile
zcache(Cache) https://pkg.go.dev/github.com/sohaha/zlsgo/zcache
zdi(Dependency injection) https://pkg.go.dev/github.com/sohaha/zlsgo/zdi
zlog(Log) https://pkg.go.dev/github.com/sohaha/zlsgo/zlog
zhttp(Http Client) https://pkg.go.dev/github.com/sohaha/zlsgo/zhttp
ztime(Time) https://pkg.go.dev/github.com/sohaha/zlsgo/ztime
zcli(Command line) https://pkg.go.dev/github.com/sohaha/zlsgo/zcli
zshell(Shell) https://pkg.go.dev/github.com/sohaha/zlsgo/zsh
zarray(Array) https://pkg.go.dev/github.com/sohaha/zlsgo/zarray
zsync(Sync) https://pkg.go.dev/github.com/sohaha/zlsgo/zsync
zdb(Database) https://pkg.go.dev/github.com/zlsgo/zdb
*/
package zlsgo