2
0
mirror of https://github.com/therootcompany/dotenv synced 2025-12-24 14:08:40 +00:00
dotenv/internal/tools/tools.go

9 lines
145 B
Go

// +build tools
package tools
import (
// for generating GoReleaser-compatible versions locally
_ "git.rootprojects.org/root/go-gitver/v2"
)