From 540c6bce003cbc48afcc83d7a09ca0af2dd31ecd Mon Sep 17 00:00:00 2001 From: damienfamed75 Date: Thu, 4 Jun 2020 18:51:50 -0500 Subject: [PATCH] export identity --- core.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core.go b/core.go index 5eb7221..61df6ed 100644 --- a/core.go +++ b/core.go @@ -20,3 +20,6 @@ func Errorf(identity y.Identity, format string, args ...interface{}) error { // Core is an export of the error core. type Core = y.Core + +// Identity is the exported identity. +type Identity = y.Identity