Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
[![Code Coverage](https://img.shields.io/badge/coverage-90%25-brightgreen.svg)](#) <!-- substitui com real se tiver cobertura -->
[![Issues](https://img.shields.io/github/issues/grahms/godantic)](https://github.com/grahms/godantic/issues)

> [!IMPORTANT]
> ## This repository has moved
>
> Godantic is now maintained by Vodacom Mozambique at
> **https://github.com/VodacomMZ/godantic**
>
> This repository is **archived and read only**. It remains online so that
> existing clones, tags and links keep resolving. It will receive no further
> commits, releases, issues or pull requests. The last version published here
> is `v1.5.3`.
>
> Please open issues and pull requests on the new repository.
>

Godantic is a Go package for inspecting and validating JSON-like data against Go struct types and schemas. It provides functionalities for checking type compatibility, structure compatibility, and other validations such as empty string, invalid time, minimum length list checks, regex pattern matching, and format validation.

## Getting Started
Expand Down Expand Up @@ -858,4 +872,4 @@ Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.


This README.md includes detailed information about how to use Godantic, including simple and advanced usage examples, integration with web frameworks, features, error types, supported format tags, and more. If you have any further updates or modifications, please let me know!
This README.md includes detailed information about how to use Godantic, including simple and advanced usage examples, integration with web frameworks, features, error types, supported format tags, and more. If you have any further updates or modifications, please let me know!
Loading