doc.go 274 B

12345678910
  1. // volumes_v1
  2. package testing
  3. /*
  4. This is package created is to hold fixtures (which imports testing),
  5. so that importing volumes package does not inadvertently import testing into production code
  6. More information here:
  7. https://github.com/rackspace/gophercloud/issues/473
  8. */