pathman/tools/tools.go

8 line
84 B
Go

// +build tools
package tools
import (
_ "git.rootprojects.org/root/go-gitver"
)