diff options
| author | Jeff Carr <[email protected]> | 2024-10-31 06:50:57 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-31 06:50:57 -0500 |
| commit | fb51876e8e0f1d223015acef5aab7d2345dfae4d (patch) | |
| tree | 92e770da41e5adcb9a8fc69e999b10bcb6441a3b /http.go | |
| parent | 4a58352ec271c2de5cebd2cabc266bccb68ac030 (diff) | |
rename package virtigolib
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } |
