Files
libguestfs/golang
Richard W.M. Jones 14fabcd88e tests: Use new guestfs_add_drive_scratch API where possible in tests.
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
2013-07-20 16:31:42 +01:00
..
2013-07-03 15:02:57 +01:00
2013-07-04 14:01:27 +01:00
2013-07-03 15:02:57 +01:00
2013-07-04 14:01:27 +01:00
2013-07-03 15:02:57 +01:00

$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.