zrepl/rpc
Christian Schwarz 95e16f01c1 rpc/dataconn: audit and comment use of unsafe for readv usage
Go 1.13 will add a more precise escape analysis:
https://tip.golang.org/doc/go1.13#compiler

Reviewed usage of unsafe to ensure we adhere to the unsafe.Pointer safety rules:
https://tip.golang.org/pkg/unsafe/#Pointer
2019-08-19 18:11:25 +02:00
..
dataconn rpc/dataconn: audit and comment use of unsafe for readv usage 2019-08-19 18:11:25 +02:00
grpcclientidentity run golangci-lint and apply suggested fixes 2019-03-27 13:12:26 +01:00
netadaptor format source tree using goimports 2019-03-22 19:41:12 +01:00
transportmux run golangci-lint and apply suggested fixes 2019-03-27 13:12:26 +01:00
versionhandshake run golangci-lint and apply suggested fixes 2019-03-27 13:12:26 +01:00
rpc_client.go rpc: actually return an error if ReqSend fails 2019-03-28 22:17:12 +01:00
rpc_debug.go run golangci-lint and apply suggested fixes 2019-03-27 13:12:26 +01:00
rpc_doc.go format source tree using goimports 2019-03-22 19:41:12 +01:00
rpc_logging.go run golangci-lint and apply suggested fixes 2019-03-27 13:12:26 +01:00
rpc_mux.go format source tree using goimports 2019-03-22 19:41:12 +01:00
rpc_server.go run golangci-lint and apply suggested fixes 2019-03-27 13:12:26 +01:00