diff --git a/example.go b/example.go index 10c8883..d4afd0a 100644 --- a/example.go +++ b/example.go @@ -3,8 +3,9 @@ package main import ( "fmt" "os" - "rcw/daemon" - "rcw/wrappers" + + "github.com/rwinkhart/rcw/daemon" + "github.com/rwinkhart/rcw/wrappers" ) // This sample program serves purley as a way to interactively test the features diff --git a/go.mod b/go.mod index 2a837d3..4d05ba1 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module rcw +module github.com/rwinkhart/rcw go 1.24.2