@@ -5,6 +5,7 @@ type Bank int
const (
Chase Bank = iota + 1
Citi Bank = iota + 1
UCCU Bank = iota + 1
)
func (b Bank) String() string {
@@ -13,6 +14,8 @@ func (b Bank) String() string {
return "Chase"
case Citi:
return "Citi"
case UCCU:
return "UCCU"
}
return "?"
The note is not visible to the blocked user.