Commits


Alex Shcherbakov authored and GitHub committed 5a55fb4f66c
MINOR: [Go] Use `arrow.ListLikeType` (#35893) ### Rationale for this change Follow-up for #35885 ### What changes are included in this PR? Removed `listLikeType` interface from `ipc.go` & swapped it for `arrow.ListLikeType`. ### Are these changes tested? It's only a replace of the interface name. ### Are there any user-facing changes? No. Authored-by: candiduslynx <candiduslynx@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>