yaml

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DiffBytes

func DiffBytes(data1, data2 []byte) (string, error)

Adicionei as novas funções aqui DiffBytes realiza o diff entre dois conjuntos de bytes YAML e retorna o diff como uma string.

func DiffStrings

func DiffStrings(str1, str2 string) (string, error)

DiffStrings realiza o diff entre duas strings YAML e retorna o diff como uma string.

func Merge

func Merge(origData, fixedData []byte) ([]byte, error)

Merge merges the original YAML with the fixed YAML such that the resulting YAML is autofixed but with the same order and comments as the original.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL