Categorygithub.com/vmware-labs/yaml-jsonpointer/yamled
modulepackage
0.2.0
Repository: https://github.com/vmware-labs/yaml-jsonpointer.git
Documentation: pkg.go.dev

# README

yamled

Moved to https://github.com/vmware-labs/go-yaml-edit

Release v0.1.4 is the last release of this package, which is now implemented in terms of github.com/vmware-labs/go-yaml-edit, i.e. clients can safely depend on both import paths and Go module minimal version selection will do the right thing.

# Packages

Package splice allows to perform simple edits on a string, byte buffer or a file.

# Functions

Node returns a selection that spans over a YAML node.
T creates a transformer that performs YAML-aware edit operations.

# Type aliases

A Transformer implements golang.org/x/text/transform.Transformer and can be used to perform precise in-place edits of yaml nodes in an byte stream.