go-configparser icon indicating copy to clipboard operation
go-configparser copied to clipboard

An implementation of the Python ConfigParser in Go

Results 2 go-configparser issues
Sort by recently updated
recently updated
newest added

### Problem: Failed to read the value from the given section and option. It gives empty. Input: ``` [section] option1 = value1 option2 = value2 option3 = value3 ``` For...

This PR fixes an issue where the configparser failed to parse values that are placed on a new line after the key, particularly when there are empty lines between the...