We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cebec2 commit 115df9dCopy full SHA for 115df9d
internal/native/native_internal_test.go
@@ -28,7 +28,6 @@ func Test_bytesToUint8PtrAndSize(t *testing.T) {
28
ptr, size := bytesToUint8PtrAndSize(b)
29
assert.EqualValues(t, &b[0], ptr)
30
assert.EqualValues(t, testBytesLen, size)
31
- return
32
}
33
34
func Test_cPtrToSlice(t *testing.T) {
0 commit comments