Skip to content

customization output delimiter#203

Closed
lasiar wants to merge 1 commit into
go-ini:masterfrom
lasiar:master
Closed

customization output delimiter#203
lasiar wants to merge 1 commit into
go-ini:masterfrom
lasiar:master

Conversation

@lasiar

@lasiar lasiar commented Sep 6, 2019

Copy link
Copy Markdown
Contributor

What problem should be fixed?

Added customization output delimiter

Have you added test cases to catch the problem?

@unknwon unknwon left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

Please add tests :)

Comment thread ini.go
// KeyValueDelimiters is the sequence of delimiters that are used to separate key and value. By default, it is "=:".
KeyValueDelimiters string
// KeyValueDelimiters is the delimiter that are used to separate key and value output. By default, it is "=".
KeyValueDelimitersOutput string

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
KeyValueDelimitersOutput string
KeyValueDelimiterOnWrite string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants