package utils import ( "fmt" "syscall" "testing" ) func TestP1(t *testing.T) { text := "test" data := syscall.StringToUTF16(text) fmt.Println(data) }