inviqa / harness-go

Inviqa harness project for Go applications.
4 stars 0 forks source link

Deprecate bundle_timezone_info attribute due to time/tzdata solution #238

Closed andytson-inviqa closed 1 year ago

andytson-inviqa commented 1 year ago

You can import _ "time/tzdata" since go 1.15, to get tzdata bundled into the binary.

We may keep the attribute around as it could still be useful for multiple binaries.