From 4aa2b708545178345e7a49cb020c7ac000d4b568 Mon Sep 17 00:00:00 2001 From: Inhere Date: Wed, 28 Jul 2021 15:36:41 +0800 Subject: [PATCH] Update ini.go --- ini.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ini.go b/ini.go index 4e37c23..f414df5 100644 --- a/ini.go +++ b/ini.go @@ -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