Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 2.61 KB

misc.md

File metadata and controls

35 lines (32 loc) · 2.61 KB

Limits:

Hard limits:

Soft limits:

These limits have been introduced to protect systems from badly formed translation files, but they can be changed in the source code

Build optimizations

  • When building with this library:
    • If you include -tags gol10n_read_compiled_only, then only the functionality to read compiled files is included. This cuts 100KB-150KB from your executable.
    • If you include -ldflags "-s" this will decrease your executable size by stripping the symbol table.

Contributing to this project

  • Make sure files are ran through gofmt -s before submitting pull requests. I’m trying to keep the Go Report Card at 100%.
  • This project is licensed under the 3-clause BSD