package tst import ( //"fmt" "math/rand" "testing" ) func randomString() string { n := 3 + rand.Intn(10) bs := make([]byte, n) for i := 0; i