package interfaces type Transformer interface { Transform() string }