Skip to content

Commit cdf6c3f

Browse files
authored
Fix Go Report Card badge link case sensitivity
1 parent 98bc6d4 commit cdf6c3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Fractus
22

33
![Test and Benchmark](https://github.com/rawbytedev/Fractus/actions/workflows/test-and-bench.yml/badge.svg)
4-
[![Go Report Card](https://goreportcard.com/badge/github.com/rawbytedev/Fractus)](https://goreportcard.com/report/github.com/rawbytedev/Fractus)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/rawbytedev/fractus)](https://goreportcard.com/report/github.com/rawbytedev/fractus)
55

66
Fractus is a lightweight, serialization library for Go.
77
It encodes and decodes structs into a compact binary format focused on

0 commit comments

Comments
 (0)