{"id":34832130,"url":"https://github.com/mtibben/gocase","last_synced_at":"2026-05-25T09:31:52.423Z","repository":{"id":13871319,"uuid":"16569274","full_name":"mtibben/gocase","owner":"mtibben","description":"Gocase converts strings between different casing schemes","archived":false,"fork":false,"pushed_at":"2024-01-02T02:06:41.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-21T20:02:20.324Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mtibben.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2014-02-06T05:17:49.000Z","updated_at":"2024-05-30T07:07:50.000Z","dependencies_parsed_at":"2024-06-28T01:03:41.720Z","dependency_job_id":null,"html_url":"https://github.com/mtibben/gocase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mtibben/gocase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtibben%2Fgocase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtibben%2Fgocase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtibben%2Fgocase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtibben%2Fgocase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtibben","download_url":"https://codeload.github.com/mtibben/gocase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtibben%2Fgocase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33469405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T06:32:55.349Z","status":"ssl_error","status_checked_at":"2026-05-25T06:32:35.322Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-12-25T15:56:15.445Z","updated_at":"2026-05-25T09:31:52.418Z","avatar_url":"https://github.com/mtibben.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gocase\n\n[![Build Status](https://travis-ci.org/mtibben/gocase.png?branch=master)](https://travis-ci.org/mtibben/gocase)\n\nGocase converts strings between different casing schemes.\n- Snake: `may_the_force_be_with_you`\n- Upper Snake: `MAY_THE_FORCE_BE_WITH_YOU`\n- Spinal: `may-the-force-be-with-you`\n- Train: `May-The-Force-Be-With-You`\n- Camel: `MayTheForceBeWithYou`\n- Lower Camel: `mayTheForceBeWithYou`\n\nFor example:\n```go\nimport \"github.com/mtibben/gocase\"\n\ngocase.ToSnake(\"May the force be with you\")      // may_the_force_be_with_you\ngocase.ToUpperSnake(\"May the force be with you\") // MAY_THE_FORCE_BE_WITH_YOU\ngocase.ToSpinal(\"May the force be with you\")     // may-the-force-be-with-you\ngocase.ToTrain(\"May the force be with you\")      // May-The-Force-Be-With-You\ngocase.ToCamel(\"May the force be with you\")      // MayTheForceBeWithYou\ngocase.ToLowerCamel(\"May the force be with you\") // mayTheForceBeWithYou\n```\n\nSee https://pkg.go.dev/github.com/mtibben/gocase for documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtibben%2Fgocase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtibben%2Fgocase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtibben%2Fgocase/lists"}