config-lsp/server/handlers/gitconfig/ast/gitconfig_fields.go

7 lines
76 B
Go

package ast
func (c *GitConfig) Clear() {
c.Sections = []*GitSection{}
}