mirror of
https://github.com/therootcompany/serviceman.git
synced 2025-04-02 22:00:37 +00:00
9 lines
119 B
Go
9 lines
119 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "git.rootprojects.org/root/go-gitver/v2"
|
|
_ "github.com/UnnoTed/fileb0x"
|
|
)
|