Files
kubesphere/vendor/github.com/projectcalico/go-yaml/README.md
2019-08-17 15:34:02 +08:00

9 lines
398 B
Markdown

[![Build Status](https://semaphoreci.com/api/v1/calico/go-yaml/branches/calico/badge.svg)](https://semaphoreci.com/calico/go-yaml)
# YAML support for the Go language
This is a fork of `github.com/go-yaml/yaml` to provide modified YAML
parsing for use with libcalico-go and calicoctl. The modifications include:
- Swapping support of Float32 with Float64 (since calico does not use Float32)