1 Star 0 Fork 0

openfaiss / nats-queue-worker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
version.go 509 Bytes
一键复制 编辑 原始数据 按行查看 历史
openfaiss 提交于 2023-10-26 17:38 . first commit
package version
var (
// Version release version of the provider
Version string
// GitCommit SHA of the last git commit
GitCommit string
// DevVersion string for the development version
DevVersion = "dev"
)
// BuildVersion returns current version of the provider
func BuildVersion() string {
if len(Version) == 0 {
return DevVersion
}
return Version
}
// GetReleaseInfo includes the SHA and the release version
func GetReleaseInfo() (sha, release string) {
return GitCommit, BuildVersion()
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openfaiss/nats-queue-worker.git
git@gitee.com:openfaiss/nats-queue-worker.git
openfaiss
nats-queue-worker
nats-queue-worker
b232b79616c6

搜索帮助

344bd9b3 5694891 D2dac590 5694891