We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87043ac commit ff37527Copy full SHA for ff37527
libvirt/utils_volume.go
@@ -29,7 +29,7 @@ func newVolumeUploader(virConn *libvirt.Libvirt, volume *libvirt.StorageVol, siz
29
}
30
31
// returns a function you can give a writer to download the volume content
32
-// the function will return the downloaded size
+// the function will return the downloaded size.
33
func newVolumeDownloader(virConn *libvirt.Libvirt, volume *libvirt.StorageVol) func(src io.Writer) error {
34
return func(dst io.Writer) error {
35
start := time.Now()
0 commit comments