1
0
mirror of https://github.com/google/uuid.git synced 2025-02-18 12:24:00 +02:00

docs: change godoc URL in README (#124)

This PR replaces `godoc.org` with `pkg.go.dev` in README.
This commit is contained in:
Oleksandr Redko 2023-08-18 19:00:04 +03:00 committed by GitHub
parent 0b416df5d0
commit 53f93a84e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ go get github.com/google/uuid
```
###### Documentation
[![GoDoc](https://godoc.org/github.com/google/uuid?status.svg)](http://godoc.org/github.com/google/uuid)
[![Go Reference](https://pkg.go.dev/badge/github.com/google/uuid.svg)](https://pkg.go.dev/github.com/google/uuid)
Full `go doc` style documentation for the package can be viewed online without
installing this package by using the GoDoc site here: