{"id":20548105,"url":"https://github.com/lusingander/kasane","last_synced_at":"2025-07-04T08:04:08.787Z","repository":{"id":210388293,"uuid":"726305783","full_name":"lusingander/kasane","owner":"lusingander","description":"String overlay library for Go ","archived":false,"fork":false,"pushed_at":"2024-12-05T00:48:10.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-04T08:02:34.492Z","etag":null,"topics":["go","string"],"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/lusingander.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}},"created_at":"2023-12-02T02:06:02.000Z","updated_at":"2024-12-05T00:48:14.000Z","dependencies_parsed_at":"2024-11-16T02:12:18.095Z","dependency_job_id":"104b787a-d6ec-4045-b59d-fcb2cbef4299","html_url":"https://github.com/lusingander/kasane","commit_stats":null,"previous_names":["lusingander/kasane"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lusingander/kasane","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lusingander%2Fkasane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lusingander%2Fkasane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lusingander%2Fkasane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lusingander%2Fkasane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lusingander","download_url":"https://codeload.github.com/lusingander/kasane/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lusingander%2Fkasane/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263472278,"owners_count":23471811,"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","string"],"created_at":"2024-11-16T02:12:12.128Z","updated_at":"2025-07-04T08:04:08.758Z","avatar_url":"https://github.com/lusingander.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Go Reference](https://pkg.go.dev/badge/github.com/lusingander/kasane.svg)](https://pkg.go.dev/github.com/lusingander/kasane)\n\n# kasane\n\nString overlay library for Go\n\n\u003cimg src=\"./banner.png\" width=400\u003e\n\n## Usage\n\n```go\nbase := \".......\\n.......\\n.......\\n.......\\n.......\"\ns := \"xxx\\nyyy\\nzzz\"\n\nout := kasane.OverlayString(base, s, 1, 3)\nfmt.Println(out)\n\n// Output:\n// .......\n// ...xxx.\n// ...yyy.\n// ...zzz.\n// .......\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flusingander%2Fkasane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flusingander%2Fkasane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flusingander%2Fkasane/lists"}