2018-01-08 11:38:31 +08:00
2018-01-08 11:38:31 +08:00
2018-01-08 11:38:31 +08:00
dev
2017-07-04 18:31:39 +08:00
2017-09-06 16:39:19 +08:00
2018-01-08 11:38:31 +08:00
2017-12-29 16:58:47 +08:00

安装

go get -u gitee.com/johng/gf

使用

package main

import "gitee.com/johng/gf/g/net/ghttp"

func main() {
    ghttp.GetServer().BindHandler("/", func(r *ghttp.Request){
        r.Response.WriteString("Hello World!")
    })
    ghttp.GetServer().Run()
}

文档

Description
No description provided
Readme MIT 34 MiB
Languages
GO 100%