Skip to content
/ tinyini Public

Bare-bones Go library for reading INI-like configuration files

License

Notifications You must be signed in to change notification settings

susji/tinyini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinyini

tinyini is a minimalistic library for parsing INI-like configuration files.

Tests Documentation

example configuration file

globalkey = globalvalue

[section]
key = first-value
key = second-value
empty=
anotherkey = "  has whitespace   "

[änöther-section] ; this is a comment and ignored
key = different value