# 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.
# 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.