1 Star 0 Fork 13

/coca

forked from Thoughtworks/coca 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
coca.go 332 Bytes
一键复制 编辑 原始数据 按行查看 历史
phodal 提交于 2020-07-20 16:48 . feat: add count beanch
package main
import (
"fmt"
"github.com/phodal/coca/cmd"
"github.com/pkg/profile"
"os"
"time"
)
func main() {
t1 := time.Now() // get current time
defer profile.Start().Stop()
output := os.Stdout
rootCmd := cmd.NewRootCmd(output)
_ = rootCmd.Execute()
elapsed := time.Since(t1)
fmt.Println("App elapsed: ", elapsed)
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yyds2023/coca.git
git@gitee.com:yyds2023/coca.git
yyds2023
coca
coca
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385