tuzig/webexec

Replace gitver with runtime/debug

开放

#111 创建于 2024年9月12日

 (0 条评论) (0 个反应) (0 位负责人)Go (3 个派生)auto 404
debtgood first issuehacktoberfest

仓库指标

星标
 (38 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Since 1.18 go supports version information through the runtime/debug package. It reads the verion id from go.mod file so we need to start set the version in go.mod file:

module github.com/tuzig/webexec/v1.2.3

贡献者指南