tuzig/webexec

Replace gitver with runtime/debug

Ouverte

#111 ouverte le 12 sept. 2024

 (0 commentaire) (0 réaction) (0 personne assignée)Go (3 forks)auto 404
debtgood first issuehacktoberfest

Métriques du dépôt

Stars
 (38 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur