I have a type called Password that is simply a string. I\'d like to implement the Stringer interface by providing a String() method that redacts the value.
// Pas