Add Go Report Card badge
This commit is contained in:
parent
06b5e07b8a
commit
f031e32a25
@ -1,6 +1,7 @@
|
|||||||
# lrpc
|
# lrpc
|
||||||
|
|
||||||
[![Go Reference](https://pkg.go.dev/badge/go.arsenm.dev/lrpc.svg)](https://pkg.go.dev/go.arsenm.dev/lrpc)
|
[![Go Reference](https://pkg.go.dev/badge/go.arsenm.dev/lrpc.svg)](https://pkg.go.dev/go.arsenm.dev/lrpc)
|
||||||
|
[![Go Report Card](https://goreportcard.com/badge/go.arsenm.dev/lrpc)](https://goreportcard.com/report/go.arsenm.dev/lrpc)
|
||||||
|
|
||||||
A lightweight RPC framework that aims to be as easy to use as possible, while also being as lightweight as possible. Most current RPC frameworks are bloated to the point of adding 7MB to my binary, like RPCX. That is what prompted me to create this.
|
A lightweight RPC framework that aims to be as easy to use as possible, while also being as lightweight as possible. Most current RPC frameworks are bloated to the point of adding 7MB to my binary, like RPCX. That is what prompted me to create this.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user