This is an automated email from the ASF dual-hosted git repository. zeroshade pushed a commit to branch update-go-readme in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 88484e638bfecbbad8d59094a90d9574ea3be4a7 Author: Matt Topol <[email protected]> AuthorDate: Thu Mar 28 15:25:29 2024 -0400 GH-40847: [Go] update readme Remove reference to deleted internal package --- go/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go/README.md b/go/README.md index 4a9e151ddf..20bd7cd775 100644 --- a/go/README.md +++ b/go/README.md @@ -87,8 +87,8 @@ advanced optimizer and generate PLAN9 assembly functions from C/C++ code. The arrow package can be compiled without these optimizations using the `noasm` build tag. Alternatively, by configuring an environment variable, it is possible to dynamically configure which architecture optimizations are used at -runtime. See the `cpu` package [README](arrow/internal/cpu/README.md) for a -description of this environment variable. +runtime. We use the (cpu)[https://pkg.go.dev/golang.org/x/sys/cpu] package to +check dynamically for these features. ### Example Usage
