From 7da6c7122e99e2194ddf9f1625c590cd0b29d457 Mon Sep 17 00:00:00 2001 From: Timofey Koolin Date: Tue, 28 Feb 2023 07:03:34 +0300 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6208b74..717dbed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![PkgGoDev](https://pkg.go.dev/badge/github.com/rekby/fastuuid)](https://pkg.go.dev/github.com/rekby/fastuuid) [![Go Report Card](https://goreportcard.com/badge/github.com/rekby/fastuuid)](https://goreportcard.com/report/github.com/rekby/fastuuid) -[![codecov](https://codecov.io/gh/rekby/fastuuid/branch/master/graph/badge.svg?precision=2)](https://app.codecov.io/gh/rekby/fastuuid) +[![codecov](https://codecov.io/github/rekby/fastuuid/branch/main/graph/badge.svg?token=AIGUP7QYV2)](https://codecov.io/github/rekby/fastuuid) Fast uuid library, now implemented only UUIDv4 (crypto-random) generators. It generate UUID to string about 50-100ns with one allocation and good paralellism by cpu.