mirror of
https://github.com/rwinkhart/rcw.git
synced 2026-08-28 04:46:42 -04:00
Rename module path for importability
This commit is contained in:
+3
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user