mirror of
https://github.com/therootcompany/go-gitver.git
synced 2025-02-22 22:58:03 +00:00
9 lines
132 B
Go
9 lines
132 B
Go
// +build tools
|
|
|
|
// This is a dummy package for build tooling
|
|
package tools
|
|
|
|
import (
|
|
_ "git.rootprojects.org/root/go-gitver/v2"
|
|
)
|