Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 753 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 753 Bytes

Go-Ini

This implementation is based on these articles:

Features

  • Section
  • Global Properties
  • Read from file
  • Multiple seperators [":", "="]
  • Comments above line and in-line (#) (;)
  • Section Nesting
  • Configuration options for features with multiple implementations (like sub-sections)

Supported value types

  • String
  • Bool
  • Int (0, 8, 16, 32, 64)
  • Uint (0, 8, 16, 32, 64)

Planned Features

  • Write to file
  • Hot reload/write

Planned Supported value types

  • Array (Types above)
  • Multi-line String / Array