package sso import ( "fmt" "testing" ) func Test_getAccountNumber(t *testing.T) { type args struct { domain string id uint64 } fmt.Println(fmt.Sprintf("%s_%10d", "domain", 1)) }