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
I use gin as my web framework. everytime I packup my binary file, in a pure container, it always cost too much time to download locales package
since gin which less than 3M, requires locales indirectly, I repeatly download which more than 30M
could gin remove locales or replace it with a smaller requirement?
Validation is self-defined in beego , so I think if there is a option for gin to build its own validation package?
For now, it's not a graceful solution to require locales indirectly, considering its size and only used in validation. Strongly suggest you guys think about it.
Description
I use gin as my web framework. everytime I packup my binary file, in a pure container, it always cost too much time to download locales package
since gin which less than 3M, requires locales indirectly, I repeatly download which more than 30M
could gin remove locales or replace it with a smaller requirement?
The text was updated successfully, but these errors were encountered: