Goldziher / go-utils

Simple and performant utilies using Go generics inspired by JavaScript and Python
https://goldziher.github.io/go-utils/
MIT License
46 stars 13 forks source link

(chore): update pre-commit #15

Closed vhoen closed 1 year ago

vhoen commented 1 year ago

Adding LeftPad and RightPad which pad a string with a char to the desired length on either side

Goldziher commented 1 year ago

Nice!