tuzig/webexec

Replace gitver with runtime/debug

Aperta

#111 aperta il 12 set 2024

 (0 commenti) (0 reazioni) (0 assegnatari)Go (3 fork)auto 404
debtgood first issuehacktoberfest

Metriche repository

Star
 (38 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor