jrperritt | c8f12c6 | 2016-10-11 11:29:10 -0500 | [diff] [blame] | 1 | // volumes_v1 |
| 2 | package testing |
| 3 | |
Sreekanth Pothanis | 07400f3 | 2015-09-08 00:26:14 -0700 | [diff] [blame] | 4 | /* |
| 5 | This is package created is to hold fixtures (which imports testing), |
| 6 | so that importing volumes package does not inadvertently import testing into production code |
| 7 | More information here: |
jrperritt | 3d96616 | 2016-06-06 14:08:54 -0500 | [diff] [blame] | 8 | https://github.com/rackspace/gophercloud/issues/473 |
Sreekanth Pothanis | 07400f3 | 2015-09-08 00:26:14 -0700 | [diff] [blame] | 9 | */ |