mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-19 15:35:28 +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{}{}
|
|
}
|