- Go Walkthrough: bytes + strings packages https://medium.com/@benbjohnson/go-walkthrough-bytes-strings-packages-499be9f4b5bd 6 comments golang
- 〰️ delimited - A Go package to marshal/unmarshal delimited strings. https://github.com/Dan6erbond/delimited 4 comments golang
- Go package to get hash strings of arbitrary data structures. https://github.com/cnf/structhash 5 comments golang
- A Go package for marshaling and unmarshaling map[string]string with struct tags. https://github.com/chanced/labeler 11 comments golang
- fuzzy - A go package that provides fuzzy string matching in the style of Sublime Text, VSCode et al. https://github.com/sahilm/fuzzy 7 comments programming
- fuzzy - A go package that provides fuzzy string matching in the style of Sublime Text, VSCode et al. https://github.com/sahilm/fuzzy 4 comments golang
- [ANN] govalidator - package of string validators and sanitizers for Go https://github.com/asaskevich/govalidator 9 comments golang
- Inside Go's Unique Package: String Interning Simplified https://victoriametrics.com/blog/go-unique-package-intern-string/ 2 comments golang
- A Go time package gotcha with parsing time strings that use named time zones https://utcc.utoronto.ca/~cks/space/blog/programming/gotimeparsingtzissue 3 comments golang