Rename module path for importability

This commit is contained in:
2025-05-04 14:37:41 -04:00
parent 6c328ba772
commit f176d57b6b
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -3,8 +3,9 @@ package main
import ( import (
"fmt" "fmt"
"os" "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 // This sample program serves purley as a way to interactively test the features
+1 -1
View File
@@ -1,4 +1,4 @@
module rcw module github.com/rwinkhart/rcw
go 1.24.2 go 1.24.2