var zones … func TestEmbeddedTZData(t *testing.T) { … } // equal is a small version of reflect.DeepEqual that we use to // compare the values of zoneinfo unexported fields. func equal(t *testing.T, f1, f2 reflect.Value) bool { … }
var zones … func TestEmbeddedTZData(t *testing.T) { … } // equal is a small version of reflect.DeepEqual that we use to // compare the values of zoneinfo unexported fields. func equal(t *testing.T, f1, f2 reflect.Value) bool { … }