An open API service indexing awesome lists of open source software.

https://github.com/galdor/go-eyaml

YAML utilities Golang module.
https://github.com/galdor/go-eyaml

golang yaml

Last synced: 5 months ago
JSON representation

YAML utilities Golang module.

Awesome Lists containing this project

README

          

# go-eyaml
## Introduction
The go-eyaml module —the "e" standing for "extended"— is a small set of
utilities to remediate to some of the shortcoming of the well known
[gopkg.in/yaml.v3](https://github.com/go-yaml/yaml).

While I intend to write a [YAML parser](https://github.com/galdor/go-yaml), the
amount of work is considerable due to YAML being batshit crazy. In the mean
time, this module is a way to avoid copying the same functions everywhere.

## Usage
Refer to the [Go package documentation](https://pkg.go.dev/go.n16f.net/eyaml)
for information about the API.

## Licensing
Go-eyaml is open source software distributed under the
[ISC](https://opensource.org/licenses/ISC) license.

## Contributions
### Bug reporting
I am thankful for any bug report. Feel free to open issues and include as much
useful information as possible. I cannot however guarantee that I will fix every
bug.

### Ideas and feature suggestions
Ideas about current systems and suggestions for new ones are welcome, either on
GitHub discussions or by [email](mailto:nicolas@n16f.net).

You can also [hire me](mailto:nicolas@exograd.com) for support or to develop
specific features.