Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix JSON unmarshalling issue in Validate method.
Replaced hardcoded string concatenation with fmt.Sprintf for better readability and maintainability. This change ensures that the JSON string is correctly formatted before unmarshalling.
- Loading branch information