9 lines
116 B
Go
9 lines
116 B
Go
|
// +build tools
|
||
|
|
||
|
package tools
|
||
|
|
||
|
import (
|
||
|
_ "git.rootprojects.org/root/go-gitver"
|
||
|
_ "github.com/UnnoTed/fileb0x"
|
||
|
)
|