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