Naeem Shaikh
Results
1
issues of
Naeem Shaikh
Hello, I want to mask all the characters in a field in my struct that is not a password. https://play.golang.org/p/xAdDleuk1KN ```go type personalDetails struct { SSN string `mask:"password"` } ```...