mirror of
https://git.coolaj86.com/coolaj86/go-watchdog.git
synced 2025-12-24 05:08:40 +00:00
8 lines
84 B
Go
8 lines
84 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "git.rootprojects.org/root/go-gitver"
|
|
)
|