ini

package
v0.0.0-...-18e4681 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File interface {
	Section(name string) (Section, bool)
	Sections() iter.Seq[Section]
}

func Parse

func Parse(ini string) (File, error)

type Section

type Section interface {
	Name() string
	Value(key string) (string, bool)
	Values() iter.Seq2[string, string]
}

interfaces

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL