mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
7 lines
115 B
Go
7 lines
115 B
Go
package ast
|
|
|
|
func (c *GitConfig) Clear() {
|
|
c.Sections = []*GitSection{}
|
|
c.CommentLines = map[uint32]struct{}{}
|
|
}
|