14 Star 89 Fork 28

ClownFish / image2webp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 431 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
ClownFish 提交于 2022-09-14 15:24 . 升级dmicro框架到v1.1.0
package main
import (
"github.com/osgochina/dmicro/dserver"
"github.com/osgochina/dmicro/logger"
"image2webp/app"
_ "net/http/pprof"
)
const (
VERSION = "v1.0.1"
)
func main() {
dserver.CloseCtl()
dserver.Authors = "ClownFish"
dserver.BuildVersion = VERSION
dserver.SetName("image2webp")
dserver.Setup(func(svr *dserver.DServer) {
err := svr.AddSandBox(new(app.App))
if err != nil {
logger.Fatal(err)
}
})
}
1
https://gitee.com/osgochina/image2webp.git
git@gitee.com:osgochina/image2webp.git
osgochina
image2webp
image2webp
master

搜索帮助

14c37bed 8189591 565d56ea 8189591