We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.86.0
GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/auyer/.cache/go-build' GOENV='/home/auyer/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/home/auyer/go/pkg/mod' GONOPROXY='' GONOSUMDB='' GOOS='linux' GOPATH='/home/auyer/go' GOPRIVATE='' GOPROXY='https://proxy.golang.org,direct' GOROOT='/usr/lib/go' GOSUMDB='sum.golang.org' GOTMPDIR='' GOTOOLCHAIN='auto' GOTOOLDIR='/usr/lib/go/pkg/tool/linux_amd64' GOVCS='' GOVERSION='go1.21.6' GCCGO='gccgo' GOAMD64='v1' AR='ar' CC='gcc' CXX='g++' CGO_ENABLED='1' GOMOD='/home/auyer/code/cloudflare-go/go.mod' GOWORK='' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' PKG_CONFIG='pkg-config' GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build3957979889=/tmp/go-build -gno-record-gcc-switches'
{ "id": "...", "access_seat": true, "active_device_count": 0, "created_at": "2024-01-15T13:26:34.003612Z", "email": "...", "gateway_seat": true, "last_successful_login": "2024-01-17T13:48:31Z", "name": "...", "seat_uid": "...", "uid": "...", "updated_at": "2024-01-17T13:48:33.499622Z" }
{ "id": "...", "access_seat": false, "active_device_count": 0, "created_at": "2024-01-15T13:26:34.003612Z", "email": "...", "gateway_seat": false, "last_successful_login": "2024-01-17T13:48:31Z", "name": "...", "seat_uid": "...", "uid": "...", "updated_at": "2024-01-17T13:48:33.499622Z" }
res, info, err := api.ListAccessUsers(ctx, account, cloudflare.AccessUserParams{}) u, _ := json.Marshal(res) fmt.Println(string(res))
This seams to be the same issue as #1447
I believe this issues relates to https://go.dev/blog/loopvar-preview
The text was updated successfully, but these errors were encountered:
This functionality has been released in v0.87.0.
For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Confirmation
cloudflare-go version
v0.86.0
Go environment
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/auyer/.cache/go-build'
GOENV='/home/auyer/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCACHE='/home/auyer/go/pkg/mod'
GONOPROXY=''
GONOSUMDB=''
GOOS='linux'
GOPATH='/home/auyer/go'
GOPRIVATE=''
GOPROXY='https://proxy.golang.org,direct'
GOROOT='/usr/lib/go'
GOSUMDB='sum.golang.org'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/usr/lib/go/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.21.6'
GCCGO='gccgo'
GOAMD64='v1'
AR='ar'
CC='gcc'
CXX='g++'
CGO_ENABLED='1'
GOMOD='/home/auyer/code/cloudflare-go/go.mod'
GOWORK=''
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
PKG_CONFIG='pkg-config'
GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build3957979889=/tmp/go-build -gno-record-gcc-switches'
Expected output
Actual output
Code demonstrating the issue
Steps to reproduce
References
This seams to be the same issue as #1447
I believe this issues relates to https://go.dev/blog/loopvar-preview
The text was updated successfully, but these errors were encountered: