源码地址:https://github.com/go-water/water
用例地址:https://github.com/go-water/go-water
文档地址:https://go-water.cn/
欢迎使用,欢迎加入开发。
```
package main
import (
"github.com/go-water/water"
)
func main() {
r := water.New()
r.GET("/", func(c *water.Context) {
c.Text(200, "Hello, World!")
})
r.Run(":8080")
}
```
有疑问加站长微信联系(非本文作者)