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

docs: shell format go tool command (#111)

A little shorthand to make easier the `devExperience`.
This commit is contained in:
NewCapital.in 2023-08-18 03:18:05 +01:00 committed by GitHub
parent d71986992e
commit 75e1ac5ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,9 @@ a UUID is a 16 byte array rather than a byte slice. One loss due to this
change is the ability to represent an invalid UUID (vs a NIL UUID).
###### Install
`go get github.com/google/uuid`
```sh
go get github.com/google/uuid
```
###### Documentation
[![GoDoc](https://godoc.org/github.com/google/uuid?status.svg)](http://godoc.org/github.com/google/uuid)