Documentation
¶
Overview ¶
Package editor provides functionality to edit YAML files while preserving comments.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YAML ¶
YAML is a struct that provides methods to edit YAML files while preserving comments.
func (*YAML) Merge ¶
Merge updates the YAML file with the provided map. It reads the existing YAML file, and merges the input map into it.
Click to show internal directories.
Click to hide internal directories.