8 lines
84 B
Go
8 lines
84 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "git.rootprojects.org/root/go-gitver"
|
|
)
|