1 Star 0 Fork 0

dx524404832/annie

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.go 305 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xinzhao Xu 提交于 2022-02-17 14:10 +08:00 . Move type definitions to the extractors package
package main
import (
"fmt"
"os"
"github.com/fatih/color"
"github.com/iawia002/lux/app"
)
func main() {
if err := app.New().Run(os.Args); err != nil {
fmt.Fprintf(
color.Output,
"Run %s failed: %s\n",
color.CyanString("%s", app.Name), color.RedString("%v", err),
)
os.Exit(1)
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/unbt/annie.git
git@gitee.com:unbt/annie.git
unbt
annie
annie
master

搜索帮助