diff --git a/exerr/errinit.go b/exerr/errinit.go index a67a022..076f465 100644 --- a/exerr/errinit.go +++ b/exerr/errinit.go @@ -68,6 +68,10 @@ func Init(cfg ErrorPackageConfigInit) { initialized = true } +func Initialized() bool { + return initialized +} + func warnOnPkgConfigNotInitialized() { if !initialized { fmt.Printf("\n") diff --git a/goextVersion.go b/goextVersion.go index 4fc5e39..779cec1 100644 --- a/goextVersion.go +++ b/goextVersion.go @@ -1,5 +1,5 @@ package goext -const GoextVersion = "0.0.324" +const GoextVersion = "0.0.325" -const GoextVersionTimestamp = "2023-11-25T15:48:28+0100" +const GoextVersionTimestamp = "2023-11-27T14:14:58+0100"