Ross ROSS = Recommend OSS · open-source software intelligence for agents

go-ini/ini

Package ini provides INI file read and write functionality in Go observed · 2026-08-28

github.com/go-ini/ini · homepage · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

85/100

  • Activity 86
  • Release rhythm 75
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 74.0
  • age_days: 4276
  • days_rel: 86
  • days_push: 84
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

3542 stars · 389 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A Go library for reading and writing INI configuration files. It supports multiple data sources, parent-child sections, comments, type conversion, and struct mapping.

Use cases

  • parse ini config files in go
  • read my.cnf or gitconfig style files
  • write ini files with comments preserved
  • map ini configuration to go structs
  • load config from file, bytes, or reader

When to choose

  • your Go app uses INI-format configuration
  • you need to preserve comments and key order when saving
  • you want automatic type conversion and struct mapping

When to avoid

  • you use YAML, TOML, or JSON instead of INI
  • you need a non-Go language binding

Facets

library · maturity stable

parser configuration-management serialization developer-tools backend files go cross-platform ini config-files go-library struct-mapping

4 sources

Member repositories

RepositoryRoleHealth v2
go-ini/inimain85

For agents

markdown · JSON · MCP: product_card(name="go-ini/ini")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem