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

9 lines
129 B
Go
Raw Normal View History

2019-06-20 21:03:15 -06:00
// build +tools
// This is a dummy package for build tooling
package tools
import (
_ "git.rootprojects.org/root/go-gitver"
)