1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-05 00:40:10 +00:00

vendor update

This commit is contained in:
moelsayed
2018-08-30 19:26:22 +02:00
committed by Alena Prokharchyk
parent 6b6a7803a7
commit 1f6e254f66
46 changed files with 16765 additions and 13565 deletions

View File

@@ -1,3 +1,5 @@
// +build codecgen.exec
// Copyright (c) 2012-2015 Ugorji Nwoke. All rights reserved.
// Use of this source code is governed by a MIT license found in the LICENSE file.
@@ -96,7 +98,7 @@ if {{var "l"}} == 0 {
{{var "c"}} = true
}{{end}}
{{var "h"}}.ElemContainerState({{var "j"}})
// {{var "dn"}} = r.TryDecodeAsNil()
{{/* {{var "dn"}} = r.TryDecodeAsNil() */}}
{{if isChan}}{{ $x := printf "%[1]vv%[2]v" .TempVar .Rand }}var {{var $x}} {{ .Typ }}
{{ decLineVar $x }}
{{var "v"}} <- {{ $x }}
@@ -129,4 +131,3 @@ if {{var "l"}} == 0 {
}{{end}}
`