Skip to content

Commit

Permalink
docs: shell format go tool command (google#111)
Browse files Browse the repository at this point in the history
A little shorthand to make easier the `devExperience`.
  • Loading branch information
SallesCosta authored and tkarrass committed Sep 11, 2024
1 parent 9f17c0a commit 8d1f8d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8d1f8d2

Please # to comment.