9 lines
298 B
Go
9 lines
298 B
Go
// Copyright 2025 The go-yaml Project Contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package libyaml contains internal helpers for working with YAML
|
|
//
|
|
// It's a reworked version of the original libyaml package from go-yaml v2/v3,
|
|
// adapted to work with Go specifications
|
|
package libyaml
|