We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06c244 commit 45b89cfCopy full SHA for 45b89cf
binding/main.go
@@ -42,8 +42,6 @@ func createBytesReturn(result []byte, err error) *C.BytesReturn {
42
43
if err != nil {
44
output.error = C.CString(err.Error())
45
- output.message = nil
46
- output.size = 0
47
return output
48
}
49
output.error = nil
0 commit comments