Skip to content

Commit

Permalink
Merge pull request #20 from QixuanAI/master
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Jul 28, 2021
2 parents 5365daf + 93a70cd commit 983d2d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ini.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ func DefSection() string {
return dc.opts.DefSection
}

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

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

0 comments on commit 983d2d0

Please sign in to comment.