From 115ec2ab1987337afa2d5d7d6f1485fbdbe82943 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 10 Jun 2019 03:12:15 -0600 Subject: [PATCH] package-i-tizing --- doc.go | 7 +++++++ go.mod | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 doc.go diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..fb03f91 --- /dev/null +++ b/doc.go @@ -0,0 +1,7 @@ +// LIBARRY NOT DOCUMENTED. +// LIBRARY NOT VERSIONED. +// DO NOT USE YET. +// The watchdog package is meant to be used as a binary only. +// The git tag version describes the state of the binary, +// not the state of the library. The API is not yet stable. +package watchdog diff --git a/go.mod b/go.mod index 83beade..87de9ad 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module git.coolaj86.com/coolaj86/watchdog.go +module git.rootprojects.org/root/watchdog.go go 1.12