Jonathan1045
Results
1
issues of
Jonathan1045
**I wanted to pass a byte object to my python code but I have no idea with it:** **my code:** ```golang facedetect := ImportModule("./hello", "facedetect") getFaceStr := facedetect.GetAttrString("getFaceStr") // my...