Skip to content

Commit

Permalink
Update ini.go
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Jul 28, 2021
1 parent 983d2d0 commit 4aa2b70
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ini.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,6 @@ func (c *Ini) WithOptions(opts ...func(*Options)) {
}
}

// DefSection get default section name of the default ini object.
func DefSection() string {
return dc.opts.DefSection
}

// DefSection get default section name
func DefSection() string {
return dc.opts.DefSection
Expand Down

0 comments on commit 4aa2b70

Please sign in to comment.