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
The reason for this is because properties.LoadFile funnels through Loader.LoadAll, which can load properties files from URLs, so net/http and everything gets pulled in.
The text was updated successfully, but these errors were encountered:
Compare the two:
The following compiles to 6.6MB w/ go1.22.5 on osx (arm64)
The following compiles to 3.7MB:
The reason for this is because
properties.LoadFile
funnels through Loader.LoadAll, which can load properties files from URLs, so net/http and everything gets pulled in.The text was updated successfully, but these errors were encountered: