Update github.com/ugorji/go to v1.1.4

This commit is contained in:
Shengjing Zhu
2019-04-13 19:13:51 +08:00
committed by Andrey Smirnov
parent 70cd11e30f
commit 5c28ea3064
70 changed files with 111985 additions and 4946 deletions
+13
View File
@@ -0,0 +1,13 @@
// +build codecgen generated
package codec
// this file is here, to set the codecgen variable to true
// when the build tag codecgen is set.
//
// this allows us do specific things e.g. skip missing fields tests,
// when running in codecgen mode.
func init() {
codecgen = true
}