1 Star 0 Fork 0

shamork/syncflux

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.bra.toml 295 Bytes
一键复制 编辑 原始数据 按行查看 历史
toni-moreno 提交于 2019-04-02 22:33 . released first version
[run]
init_cmds = [
["go", "build", "-race","-o", "./bin/syncflux", "./pkg/"],
["./bin/syncflux"]
]
watch_all = true
watch_dirs = [
"$WORKDIR/pkg",
]
watch_exts = [".go", ".toml"]
build_delay = 1500
cmds = [
["go", "build", "-race","-o", "./bin/syncflux", "./pkg/"],
["./bin/syncflux"]
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/shamorkFu/syncflux.git
[email protected]:shamorkFu/syncflux.git
shamorkFu
syncflux
syncflux
master

搜索帮助