1
This commit is contained in:
@@ -3,7 +3,6 @@ package platformapi
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"sort"
|
"sort"
|
||||||
"strings"
|
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
@@ -62,11 +61,3 @@ func Test_store(b *testing.T) {
|
|||||||
})
|
})
|
||||||
fmt.Println(tempTagList)
|
fmt.Println(tempTagList)
|
||||||
}
|
}
|
||||||
|
|
||||||
func Test_string_byte(t *testing.T) {
|
|
||||||
aa := `<b>%s</b><b>1111111111111111111</b>`
|
|
||||||
bb := strings.Replace(aa, "<b>", "<hb>", -1)
|
|
||||||
cc := strings.Replace(bb, "</b>", "</hb>", -1)
|
|
||||||
fmt.Println("bb===========", bb)
|
|
||||||
fmt.Println("cc===========", cc)
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user