1 Star 0 Fork 0

落舞者/goweb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
t.go 229 Bytes
一键复制 编辑 原始数据 按行查看 历史
落舞者 提交于 2017-05-25 10:03 . fix
package main
import (
"net/http"
"github.com/labstack/echo"
)
func main() {
e := echo.New()
e.GET("/", func(c echo.Context) error {
return c.String(http.StatusOK, "Hello, World!")
})
e.Logger.Fatal(e.Start(":1323"))
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/mlboy/goweb.git
git@gitee.com:mlboy/goweb.git
mlboy
goweb
goweb
master

搜索帮助