• v1.11.0

    bts released this 2025-11-14 01:06:07 -05:00 | 3 commits to master since this release

    ADDED:

    • stringsx package
      ** stringsx.Indent(), to indent/prefix multiline strings
      ** stringsx.Redact(), to mask strings
      ** stringsx.TrimLines(), like strings.TrimSpace() but multiline
      ** stringsx.TrimSpaceLeft(), like strings.TrimSpace() but only to the
      left of a string.
      ** stringsx.TrimSpaceRight(), like strings.TrimSpace() but only to the
      right of a string.
    Downloads