2 Star 0 Fork 0

无闻/pgrok

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Taskfile.yml 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joe Chen 提交于 2023-03-10 16:48 . pgrokd: implement database layer (#4)
version: '3'
tasks:
pgrokd:
desc: Build the binary and start the pgrokd
deps: [build-pgrokd]
cmds:
- ./.bin/pgrokd
build:
deps: [build-pgrok, build-pgrokd]
build-pgrok:
desc: Build the binary of pgrok
cmds:
- go build -v -trimpath -o ./.bin/pgrok ./cmd/pgrok
build-pgrokd:
desc: Build the binary of pgrokd
cmds:
- go build -v -trimpath -o ./.bin/pgrokd ./cmd/pgrokd
sources:
- go.mod
- cmd/pgrokd/*.go
- internal/**/*
method: timestamp
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/unknwon/pgrok.git
[email protected]:unknwon/pgrok.git
unknwon
pgrok
pgrok
main

搜索帮助