mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Replaces code such as: fd = open "test1.img" ftruncate fd, size close fd g.add_drive "test1.img" with the shorter and simpler: g.add_drive_scratch size
$GOPATH ------- http://golang.org/doc/code.html Note that $GOPATH is set (by the ./run script) to the libguestfs/golang directory so that "installs" happen in the local build tree.