mirror of
https://git.coolaj86.com/coolaj86/go-watchdog.git
synced 2025-12-24 13:18:39 +00:00
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"
|
|
)
|