refactor(smalltrip,exception): rename exceptions package to exception, singular form

This commit is contained in:
Guz
2025-03-05 13:51:22 -03:00
parent 883118156a
commit 0ccb26ab78
5 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
package exceptions package exception
import ( import (
"errors" "errors"

View File

@@ -13,7 +13,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
package exceptions package exception
import ( import (
"errors" "errors"

View File

@@ -13,7 +13,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
package exceptions package exception
import ( import (
"errors" "errors"

View File

@@ -13,7 +13,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
package exceptions package exception
import ( import (
"context" "context"

View File

@@ -13,7 +13,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
package exceptions package exception
import ( import (
"encoding" "encoding"