summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-31 06:50:57 -0500
committerJeff Carr <[email protected]>2024-10-31 06:50:57 -0500
commitfb51876e8e0f1d223015acef5aab7d2345dfae4d (patch)
tree92e770da41e5adcb9a8fc69e999b10bcb6441a3b /http.go
parent4a58352ec271c2de5cebd2cabc266bccb68ac030 (diff)
rename package virtigolib
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'http.go')
-rw-r--r--http.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/http.go b/http.go
index 971c906..2f4c688 100644
--- a/http.go
+++ b/http.go
@@ -6,7 +6,7 @@ import (
"os"
"strings"
- "go.wit.com/lib/virtigoxml"
+ "go.wit.com/lib/virtigolib"
"go.wit.com/log"
)
@@ -106,7 +106,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
}
if route == "/dumplibvirtxml" {
- virtigoxml.DumpLibvirtxmlDomainNames()
+ virtigolib.DumpLibvirtxmlDomainNames()
return
}