Skip to content
New issue

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

net/rpc: zero value not transmitted #50075

Closed
jxq96 opened this issue Dec 9, 2021 · 1 comment
Closed

net/rpc: zero value not transmitted #50075

jxq96 opened this issue Dec 9, 2021 · 1 comment

Comments

@jxq96
Copy link

jxq96 commented Dec 9, 2021

What version of Go are you using (go version)?

$ go version 
go1.16.4 linux/amd64

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

go env GO111MODULE="" GOARCH="amd64" GOBIN="/home/jxq/go/bin" GOCACHE="/home/jxq/.cache/go-build" GOENV="/home/jxq/.config/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOINSECURE="" GOMODCACHE="/home/jxq/go/pkg/mod" GONOPROXY="" GONOSUMDB="" GOOS="linux" GOPATH="/home/jxq/go" GOPRIVATE="" GOPROXY="https://proxy.golang.org,direct" GOROOT="/usr/local/go" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64" GOVCS="" GOVERSION="go1.16.4" GCCGO="gccgo" AR="ar" CC="gcc" CXX="g++" CGO_ENABLED="1" GOMOD="/home/jxq/codes/learn/go-rpc-demo/go.mod" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build4245741333=/tmp/go-build -gno-record-gcc-switches"
$ go env

What did you do?

details are in my demo repo: https://github.com/jxq96/go-rpc-demo

What did you expect to see?

details are in my demo repo: https://github.com/jxq96/go-rpc-demo

What did you see instead?

details are in my demo repo: https://github.com/jxq96/go-rpc-demo

@seankhliao seankhliao changed the title affected/package: net/rpc net/rpc: zero value not transmitted Dec 9, 2021
@seankhliao
Copy link
Member

Duplicate of #8997

@seankhliao seankhliao marked this as a duplicate of #8997 Dec 9, 2021
@golang golang locked and limited conversation to collaborators Dec 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants