mirror of
https://github.com/therootcompany/pathman.git
synced 2025-07-05 01:46:31 +00:00
8 lines
84 B
Go
8 lines
84 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "git.rootprojects.org/root/go-gitver"
|
|
)
|