1 Star 0 Fork 0

caixw / go-http-routers-testing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
html.go 252 Bytes
一键复制 编辑 原始数据 按行查看 历史
caixw 提交于 2022-03-18 12:53 . refactor: 重构项目
// SPDX-License-Identifier: MIT
//go:build ignore
package main
import (
"log"
"github.com/caixw/go-http-routers-testing/data"
)
const docsDir = "./docs"
func main() {
if err := data.HTML(docsDir, log.Default()); err != nil {
panic(err)
}
}
Go
1
https://gitee.com/caixw/go-http-routers-testing.git
git@gitee.com:caixw/go-http-routers-testing.git
caixw
go-http-routers-testing
go-http-routers-testing
master

搜索帮助