Documentation ¶
Overview ¶
Package zls is golang daily development of some commonly used functions set
znet(Web development) https://godoc.org/github.com/sohaha/zlsgo/znet
ztype(Type correlation) https://godoc.org/github.com/sohaha/zlsgo/ztype
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Directories ¶
Path | Synopsis |
---|---|
Package zarray 数组操作
|
Package zarray 数组操作 |
* @Author: seekwe * @Date: 2019-05-29 15:15:22 * @Last Modified by: seekwe * @Last Modified time: 2019-05-29 15:15:34
|
* @Author: seekwe * @Date: 2019-05-29 15:15:22 * @Last Modified by: seekwe * @Last Modified time: 2019-05-29 15:15:34 |
Package zweb provides web service package main import ( "github.com/sohaha/zlsgo/znet" ) func main(){ r := znet.New() r.SetMode(znet.DebugMode) r.GET("/", func(c znet.Context) { c.String(200, "hello world") }) znet.Run() }
|
Package zweb provides web service package main import ( "github.com/sohaha/zlsgo/znet" ) func main(){ r := znet.New() r.SetMode(znet.DebugMode) r.GET("/", func(c znet.Context) { c.String(200, "hello world") }) znet.Run() } |
Package zpprof provides a register for zweb framework to use net/http/pprof easily.
|
Package zpprof provides a register for zweb framework to use net/http/pprof easily. |
Package zstring provides String related operations
|
Package zstring provides String related operations |
Package ztype provides Variable Type Related Operations
|
Package ztype provides Variable Type Related Operations |
Click to show internal directories.
Click to hide internal directories.