Skip to content

Files

Latest commit

Apr 12, 2021
c31ca54 · Apr 12, 2021

History

History

www

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 18, 2020
Apr 12, 2021
Jun 15, 2020
Dec 30, 2019
Aug 18, 2020
Jun 11, 2020
Dec 31, 2019
Dec 31, 2019
Aug 17, 2020
Dec 30, 2019
Jan 3, 2020

a simple web lib for gin

e.g

web.GetMapping("/", func(c *ct.Context) interface{} {
    ...
    return xx
}
web.Engine.LoadHTMLGlob("html/*")
web.Engine.Run(":8080")