Skip to content
#

ini

Here are 328 public repositories matching this topic...

billychou
billychou commented Mar 25, 2020

Describe the bug
Hi ,
As shown below, the reg_gsid value contains a blank space.
my.ini

[access_log]
reg_gsid = ` (\d{39,41}) `
cfg, err := ini.Load("my.ini")
cfg.SaveTo("local.ini")

As shown above, the blank space is gone when i use saveTo method.
Please, How to reverse the blank space when i use the method. Thanks a lot.

To Reproduce

cfg,

Improve this page

Add a description, image, and links to the ini topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ini topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.