2
0
mirror of https://github.com/therootcompany/go-gitver.git synced 2025-02-22 22:58:03 +00:00

9 lines
132 B
Go
Raw Normal View History

// +build tools
// This is a dummy package for build tooling
package tools
import (
2020-10-12 14:42:55 -06:00
_ "git.rootprojects.org/root/go-gitver/v2"
)