11 lines
296 B
Go
11 lines
296 B
Go
|
// 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"
|
||
|
)
|