▲ 2 ▼ UNIS: A Common Architecture for String Utilities with the Go Programming Language
UNIS
shares a common architecture and the necessary interfaces
that will help you to refactor your project or application to a better place to work on. Choose one way to organise your string utilities
, across your different projects.
Register to comment or vote on this story
What are you using this for, I'm curious? Do you have an example project using it? I think as the comment below says using strings limits it a little, but it depends on the use case I guess.
I think a library like this would be better using io.Readers and bytes, if you use strings everything has the be in memory all the time.