Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignalina authored Oct 16, 2022
1 parent 214cb95 commit 5739220
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ import (
listOfarrays := []arrow.Array{arr1, arr2}

goBridge := GoBridge{GoAllocator: mem}
goBridge.SetImplLib("/app/MyCoolRustLib.a","<BASE64 encoded cert>");

i, err := goBridge.From_chunks(listOfarrays)

if nil != err {
Expand Down

0 comments on commit 5739220

Please sign in to comment.