github.com/sandwich-go/boost@v1.3.29/xcrypto/algorithm/hide/hide_test.go (about) 1 package hide 2 3 import ( 4 "fmt" 5 "testing" 6 ) 7 8 func TestHide(t *testing.T) { 9 fmt.Println(Do("123456789_should_hide_part", WithSuffix("gmt"))) 10 fmt.Println(Do("1234567", WithSuffix("gmt"))) 11 }