mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-08 22:30:41 +00:00
Update github.com/ugorji/go to v1.1.4
This commit is contained in:
committed by
Andrey Smirnov
parent
70cd11e30f
commit
5c28ea3064
+13
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user