{"id":19633634,"url":"https://github.com/c0de4un/ini","last_synced_at":"2026-06-18T10:31:23.449Z","repository":{"id":57656719,"uuid":"457566373","full_name":"c0de4un/ini","owner":"c0de4un","description":"INI Loader written in Go","archived":false,"fork":false,"pushed_at":"2022-02-13T13:01:41.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T21:24:22.786Z","etag":null,"topics":["go","golang","ini","ini-parser","ini-reader"],"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/c0de4un.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-02-09T23:46:46.000Z","updated_at":"2022-02-11T21:12:47.000Z","dependencies_parsed_at":"2022-08-26T05:12:01.004Z","dependency_job_id":null,"html_url":"https://github.com/c0de4un/ini","commit_stats":null,"previous_names":["c0de4un/go-ini"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/c0de4un/ini","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0de4un%2Fini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0de4un%2Fini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0de4un%2Fini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0de4un%2Fini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c0de4un","download_url":"https://codeload.github.com/c0de4un/ini/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0de4un%2Fini/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34487069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","ini","ini-parser","ini-reader"],"created_at":"2024-11-11T12:17:59.464Z","updated_at":"2026-06-18T10:31:23.408Z","avatar_url":"https://github.com/c0de4un.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-ini\nINI Loader written in Go\nSingle threaded \u0026 simple\n\n# Examples\n* Read all params\n    ```go\n    func (app MyApp) onParam(name string, value string) bool {\n        app.config.setParam(name, value)\n\n        return true\n    }\n\n    func (app MyApp) Load() {\n        reader := ini.NewReader()\n        reader.ReadAll(app.dbConfig, app)\n    }\n    ```\n\n# Requirements\n* Go 1.17\n\n# Tests\n```bash\n$go test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc0de4un%2Fini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc0de4un%2Fini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc0de4un%2Fini/lists"}