Samuel A. Falvo II | 4e89518 | 2013-06-26 15:44:18 -0700 | [diff] [blame] | 1 | // Gophercloud provides a multi-vendor interface to OpenStack-compatible clouds which attempts to follow |
| 2 | // established Go community coding standards and social norms. |
| 3 | // |
| 4 | // Unless you intend on contributing code to the SDK, you will almost certainly never have to use any |
| 5 | // Context structures or any of its methods. Contextual methods exist for easier unit testing only. |
| 6 | // Stick with the global functions unless you know exactly what you're doing, and why. |
Samuel A. Falvo II | 1d3fa66 | 2013-06-25 15:29:32 -0700 | [diff] [blame] | 7 | package gophercloud |