You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently any transitive dependency that performs import _ "time/tzdata" will add 800kb to binary size, which is unfortunate and can compromise ongoing efforts to reduce binary size (e.g. https://github.com/tailscale/go by @bradfitz)
I propose to add notimetzdata tag so we can opt-out embedded tzdata and will make import _ "time/tzdata" no-op.
What do you think? 🙂
OneOfOne, quasilyte, tmvrus, AlekSi and valyalacristaloleg