From 2e511848782ef3df5222fa6e043accc069f74388 Mon Sep 17 00:00:00 2001 From: Alexey Zhuchkov Date: Sat, 2 Sep 2023 17:29:12 +0300 Subject: [PATCH] Add badges to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d244e33..6690377 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # BIG +[![Go Reference](https://pkg.go.dev/badge/github.com/sdcoffey/big.svg)](https://pkg.go.dev/github.com/sdcoffey/big) [![Go Report Card](https://goreportcard.com/badge/github.com/sdcoffey/big)](https://goreportcard.com/report/github.com/sdcoffey/big) + Big is a simple, immuatable wrapper around golang's built-in `*big.Float` type desinged to offer a more user-friendly API and immutability guarantees at the cost of some runtime performance. ### Example