From b333394a771d6e162f1dae4d9b5873223e97c5ab Mon Sep 17 00:00:00 2001 From: K Date: Thu, 15 Aug 2024 22:33:50 +0330 Subject: [PATCH] Update erros.go --- config/erros.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/erros.go b/config/erros.go index 4f1ab2d..e99f385 100644 --- a/config/erros.go +++ b/config/erros.go @@ -7,5 +7,5 @@ type InvalidEnvironmentError struct { } func (e InvalidEnvironmentError) Error() string { - return fmt.Sprintf("environment can be `dev` or `prod` not: %s", e.Environment) + return fmt.Sprintf("environment can be `dev` or `prod` not: %s", e.Environment) }