2
0
mirror of https://git.coolaj86.com/coolaj86/go-watchdog.git synced 2025-12-24 13:18:39 +00:00
go-watchdog/tools/tools.go
2019-06-24 20:00:11 -06:00

9 lines
116 B
Go

// +build tools
package tools
import (
_ "git.rootprojects.org/root/go-gitver"
_ "github.com/UnnoTed/fileb0x"
)