tuzig/webexec

Replace gitver with runtime/debug

Aberta

#111 aberto em 12 de set. de 2024

 (0 comentário) (0 reação) (0 responsável)Go (3 forks)auto 404
debtgood first issuehacktoberfest

Métricas do repositório

Stars
 (38 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador