-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathdoc.go
More file actions
36 lines (20 loc) · 1.15 KB
/
Copy pathdoc.go
File metadata and controls
36 lines (20 loc) · 1.15 KB
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
35
36
/*
Package zlsgo is golang daily development of some commonly used functions set
See https://docs.73zls.com/zlsgo/#/
The root package also provides TestUtil via NewTest for lightweight test assertions and subtest helpers.
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/zshell
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