11 lines
296 B
Go
Raw Normal View History

2019-03-26 15:48:37 +03: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"
)