{"id":46773939,"url":"https://github.com/evandrojr/string-interpolation","last_synced_at":"2026-03-09T23:41:34.574Z","repository":{"id":64298991,"uuid":"568226164","full_name":"evandrojr/string-interpolation","owner":"evandrojr","description":"Simple string interpolation for golang","archived":false,"fork":false,"pushed_at":"2022-11-19T22:25:54.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-20T13:36:31.113Z","etag":null,"topics":["go","golang","interpolation","simple","string","string-manipulation","stringformatter"],"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/evandrojr.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":"2022-11-19T21:01:44.000Z","updated_at":"2023-04-14T00:09:02.000Z","dependencies_parsed_at":"2023-01-15T09:00:51.367Z","dependency_job_id":null,"html_url":"https://github.com/evandrojr/string-interpolation","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/evandrojr/string-interpolation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evandrojr%2Fstring-interpolation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evandrojr%2Fstring-interpolation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evandrojr%2Fstring-interpolation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evandrojr%2Fstring-interpolation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evandrojr","download_url":"https://codeload.github.com/evandrojr/string-interpolation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evandrojr%2Fstring-interpolation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30316774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["go","golang","interpolation","simple","string","string-manipulation","stringformatter"],"created_at":"2026-03-09T23:41:34.020Z","updated_at":"2026-03-09T23:41:34.555Z","avatar_url":"https://github.com/evandrojr.png","language":"Go","readme":"# String interpolation in Go finally made easy...\n\nSimple string interpolation for golang. Interpolates anything in an easy way.\n\nNo need to pass the format parameters %d, %s, %t... anymore!\n\n## Installation\n\n```\ngo get github.com/evandrojr/string-interpolation\n```\n\n## Usage\n\n```\npackage main\n\nimport (\n\t\"github.com/evandrojr/string-interpolation/esi\"\n)\n\nfunc main() {\n\tesi.Print(\"Print \", 10, \" \", 7, \" interpolates anything \", true, \" \", 3.4e10)\n\tesi.Print(\" no line break\")\n\tesi.Println()\n\tesi.Println(\"Println \", 10, \" \", 7, \" interpolates anything \", true, \" \", 3.4e10)\n\tf := esi.Sprint(\"Sprint \", 10, \" \", 7, \" interpolates anything \", true, \" \", 3.4e10)\n\tesi.Print(f)\n}\n\n```\n### Output\n\n```\nPrint 10 7 interpolates anything true 3.4e+10 no line break\nPrintln 10 7 interpolates anything true 3.4e+10\nSprint 10 7 interpolates anything true 3.4e+10% \n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevandrojr%2Fstring-interpolation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevandrojr%2Fstring-interpolation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevandrojr%2Fstring-interpolation/lists"}