]> Cypherpunks.ru repositories - gostls13.git/commit
net/rpc: use reflect.TypeFor for known types
authorIan Lance Taylor <iant@golang.org>
Tue, 1 Aug 2023 19:38:43 +0000 (12:38 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 3 Aug 2023 15:57:23 +0000 (15:57 +0000)
commit64939f62aa70c601820fd6e0bbdd0fae9c6883e8
treee9f981e8068c52259fc4f07c5c004ee138feeeff
parentf8966594faf95b19d270b9076fbafb71d78ca614
net/rpc: use reflect.TypeFor for known types

For #60088

Change-Id: I56586b68d5e38a46560f4ced19214f1d2db2850e
Reviewed-on: https://go-review.googlesource.com/c/go/+/514995
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Rob Pike <r@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/net/rpc/server.go