tuzig/webexec

Replace gitver with runtime/debug

Open

#111 opened on Sep 12, 2024

 (0 comments) (0 reactions) (0 assignees)Go (3 forks)auto 404
debtgood first issuehacktoberfest

Repository metrics

Stars
 (38 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide