{"id":18620807,"url":"https://github.com/exts/btagchecker","last_synced_at":"2025-10-05T06:04:09.376Z","repository":{"id":57502247,"uuid":"173200562","full_name":"exts/BTagChecker","owner":"exts","description":"Golang Html Broken Tag Checker (checks if an open tag is missing its closing tag at the first occurence)","archived":false,"fork":false,"pushed_at":"2019-02-28T23:02:29.000Z","size":2,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T04:26:21.836Z","etag":null,"topics":["go","golang","html","validation","validation-library"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exts.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}},"created_at":"2019-02-28T23:02:03.000Z","updated_at":"2023-12-18T11:55:58.000Z","dependencies_parsed_at":"2022-09-13T07:02:07.483Z","dependency_job_id":null,"html_url":"https://github.com/exts/BTagChecker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exts%2FBTagChecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exts%2FBTagChecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exts%2FBTagChecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exts%2FBTagChecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exts","download_url":"https://codeload.github.com/exts/BTagChecker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239414178,"owners_count":19634388,"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","golang","html","validation","validation-library"],"created_at":"2024-11-07T04:08:03.355Z","updated_at":"2025-10-05T06:04:09.324Z","avatar_url":"https://github.com/exts.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Usage\n\nBTagChecker allows you to check if the tags used within the provided string has any unclosed tags. Great if someone modified some html and broke the header tag without your knowledge\n\n# Example\n\n```go\nimport \"github.com/exts/BTagChecker\"\n\nfunc main() {\n\tif BTagChecker.HasValidClosingTags(\"\u003cb\u003eaye\") {\n\t\tprintln(\"up\")\n\t} else {\n\t\tprintln(\"oh no someone broke the html in your code\")\n\t}\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexts%2Fbtagchecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexts%2Fbtagchecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexts%2Fbtagchecker/lists"}