1
0
mirror of https://github.com/rancher/os.git synced 2025-09-03 07:44:21 +00:00

Pre-process YAML config data

Stringify libcompose datatypes' leaf values to avoid unmarshaling errors, even on somewhat incorrect input data: like using bools or numerics in labels.
This commit is contained in:
Ivan Mikushin
2015-12-07 20:56:33 +05:00
parent 07fdba4642
commit 66ba159482
33 changed files with 7582 additions and 7 deletions

5
vendor/github.com/pmezard/go-difflib/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,5 @@
language: go
go:
- 1.5
- tip