mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-09 00:52:14 +01:00
9 lines
158 B
Go
9 lines
158 B
Go
/*
|
|
Package xassert is a helper for converting
|
|
and/or validating strings.
|
|
|
|
All functions return our standard xerror.Error
|
|
in case of error.
|
|
*/
|
|
package xassert
|