1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-07-17 01:12:45 +02:00

chore: adds vanity import for files that don't have it. (#1297)

This commit is contained in:
José Carlos Chávez
2020-11-04 18:10:58 +01:00
committed by GitHub
parent 911d7be43d
commit e22a48de5a
87 changed files with 87 additions and 87 deletions

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package otel
package otel // import "go.opentelemetry.io/otel"
// ErrorHandler handles irremediable events.
type ErrorHandler interface {