packer-cn/vendor/github.com/yandex-cloud/go-sdk/errdetails.go

11 lines
296 B
Go
Raw Normal View History

2019-03-26 08:48:37 -04:00
// Copyright (c) 2018 Yandex LLC. All rights reserved.
// Author: Vladimir Skipor <skipor@yandex-team.ru>
package ycsdk
import (
// Import error details, so they could be decoded from error details Any's and appear in
// debug log.
_ "google.golang.org/genproto/googleapis/rpc/errdetails"
)