Add Go Report Card badge

This commit is contained in:
Elara 2022-05-01 02:10:56 -07:00
parent 06b5e07b8a
commit f031e32a25
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# 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.