~kobuk-team/ubuntu/+source/golang-github-lestrrat-go-xstrings:master

Last commit made on 2023-10-14
Get this branch:
git clone -b master https://git.launchpad.net/~kobuk-team/ubuntu/+source/golang-github-lestrrat-go-xstrings
Members of The Kobuk team can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

b9c49d7... by Hector CAO

Add debian folder

cacb16b... by lestrrat <email address hidden>

Add random string builder (#5)

* Add random string builder

* Update action workflow

4dd8b23... by methane

Simplify FirstNRunes (#4)

Co-authored-by: lestrrat <email address hidden>

135ab15... by mattn

remove needless comment (#3)

20b093b... by mattn

Fix FirstNRunes() (#2)

* fix FirstNRunes to return empty string with n=0.

* Add test for FirstNRunes()

0f45366... by lestrrat <email address hidden>

Implement FirstNRunes (#1)

c71072c... by Daisuke Maki <email address hidden>

oops

1bc63fb... by Daisuke Maki <email address hidden>

Implement lower camel properly

This implementation may be special because for registered acronyms,
it won't lower case the trailing character.

For example, an unregistered "ACME" string will be normalized to "Acme",
but for a registered values such as "JSON" or "ID", the uppercasing
will be preserved

234391f... by Daisuke Maki <email address hidden>

one more fix

bce13e9... by Daisuke Maki <email address hidden>

oops