mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-04 11:25:52 +08:00

### Summary Add errors package #### Related Issues / PR's https://github.com/SigNoz/signoz/pull/5710
4 lines
129 B
Go
4 lines
129 B
Go
// package error contains error related utilities. Use this package when
|
|
// a well-defined error has to be shown.
|
|
package errors
|