1 // Package datakinds contains the implementations of ldstoretypes.DataKind for flags and segments. 2 // 3 // These have their own package because they are used in many places and therefore need to be in a 4 // package that doesn't have other things with other dependencies, to avoid cyclic references. 5 package datakinds 6