Closed samiwt closed 6 years ago
Does the library incorporate the possibility of modifying a key? Eg: [server] addr = "127.0.0.1" port = 8080 Update server set addr = ":: 1" Update server set port = 3000
Given
[server] addr = "::1" port = 3000
You can do this by parsing the config, updating the Go value and then serializing it out again.
Does the library incorporate the possibility of modifying a key? Eg: [server] addr = "127.0.0.1" port = 8080 Update server set addr = ":: 1" Update server set port = 3000
Given
[server] addr = "::1" port = 3000