Skip to content

AlaaElattar/INI-File-Parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INI Parser

INI Parser with GO.

INI files are parsed by go-ini line-by-line. Each line may be one of the following:

  • A section definition: [section-name]
  • A property: key = value
  • Blank. The line will be ignored.

Features:

  • Read INI file and extract all information.
  • Read data from string.
  • List all sections with their keys.
  • List sections' names.
  • Update value of specific key.
  • List all keys of specific section.
  • Save data to new file.

Packages

 
 
 

Languages

  • Go 100.0%