Skip to content

Commit

Permalink
docs: shell format go tool command (#111)
Browse files Browse the repository at this point in the history
A little shorthand to make easier the `devExperience`.
  • Loading branch information
SallesCosta committed Aug 18, 2023
1 parent d719869 commit 75e1ac5
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 75e1ac5

Please sign in to comment.