1// +build codecgen generated
2
3package codec
4
5// this file is here, to set the codecgen variable to true
6// when the build tag codecgen is set.
7//
8// this allows us do specific things e.g. skip missing fields tests,
9// when running in codecgen mode.
10
11func init() {
12	codecgen = true
13}
14