Nathan Zook

Results 13 comments of Nathan Zook

I'm pretty sure that that is only used for zap.Config#Build. BTW, RFC3339Nano especially is ill-behaved. Here's what I'm using: ```go func Iso3339CleanTime(t time) string { t.UTC().Format("2006-01-02T15:04:05.000000Z") } func Iso3339CleanTimeEncoder(t time.Time,...

> Being a minimal image, it is somewhat unrealistic to document ever instance of an extra package that might be needed. I don't believe that this is an "every package"...

@technicalpickles I'm seeing a bunch of failing tests. What is the status here?