6 lines
138 B
Go
6 lines
138 B
Go
|
package azure
|
||
|
|
||
|
import "errors"
|
||
|
|
||
|
var PlatformStorageError = errors.New("When using a platform image, the 'storage' parameter is required")
|