2
1
mirror of https://github.com/therootcompany/pathman.git synced 2025-07-05 01:46:31 +00:00
pathman/tools/tools.go

8 lines
84 B
Go

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