Skip to content

shellucas/go-ini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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