{"id":19608606,"url":"https://github.com/teamwork/validate","last_synced_at":"2025-04-27T20:32:58.501Z","repository":{"id":54078587,"uuid":"101292586","full_name":"Teamwork/validate","owner":"Teamwork","description":"Simple validation","archived":false,"fork":false,"pushed_at":"2025-04-15T14:42:03.000Z","size":129,"stargazers_count":5,"open_issues_count":2,"forks_count":3,"subscribers_count":43,"default_branch":"master","last_synced_at":"2025-04-15T15:42:49.564Z","etag":null,"topics":["go"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Teamwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-08-24T12:29:23.000Z","updated_at":"2025-04-15T14:42:08.000Z","dependencies_parsed_at":"2024-06-19T05:29:35.557Z","dependency_job_id":"2e0e5599-60d4-4951-9ec9-fde77c3d9fb2","html_url":"https://github.com/Teamwork/validate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teamwork%2Fvalidate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teamwork%2Fvalidate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teamwork%2Fvalidate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teamwork%2Fvalidate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Teamwork","download_url":"https://codeload.github.com/Teamwork/validate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251204694,"owners_count":21552267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go"],"created_at":"2024-11-11T10:15:55.561Z","updated_at":"2025-04-27T20:32:58.190Z","avatar_url":"https://github.com/Teamwork.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/Teamwork/validate.svg?branch=master)](https://travis-ci.com/Teamwork/validate)\n[![codecov](https://codecov.io/gh/Teamwork/validate/branch/master/graph/badge.svg?token=n0k8YjbQOL)](https://codecov.io/gh/Teamwork/validate)\n[![GoDoc](https://godoc.org/github.com/Teamwork/validate?status.svg)](https://godoc.org/github.com/Teamwork/validate)\n\nHTTP request parameter validation for Go.\n\nBasic usage example:\n\n\tv := validate.New()\n\tv.Required(\"firstName\", customer.FirstName)\n\tif v.HasErrors() {\n\t\tfmt.Println(\"Had the following validation errors:\")\n\t\tfor key, errors := range v.Errors {\n\t\t\tfmt.Printf(\"    %s: %s\", key, strings.Join(errors))\n\t\t}\n\t}\n\nSee godoc for more info.\n\n\u003c!-- import \"github.com/teamwork/validate\" --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamwork%2Fvalidate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamwork%2Fvalidate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamwork%2Fvalidate/lists"}