mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-24 16:54:09 -04:00
11 lines
296 B
Go
11 lines
296 B
Go
// Copyright (c) 2018 Yandex LLC. All rights reserved.
|
|
// Author: Vladimir Skipor <[email protected]>
|
|
|
|
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"
|
|
)
|