aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNewCapital.in <newcapital.in@gmail.com>2023-08-18 03:18:05 +0100
committerGitHub <noreply@github.com>2023-08-18 02:18:05 +0000
commit75e1ac5ba63ebd38a791f6ba48071fce2a4011da (patch)
tree62f7714efafb0fa1f1428daf1c141a33500aa6ae
parentd71986992ece9ea2ac0a7b0658d6b5f860f8e244 (diff)
downloadgoogle-uuid-75e1ac5ba63ebd38a791f6ba48071fce2a4011da.tar.gz
docs: shell format go tool command (#111)
A little shorthand to make easier the `devExperience`.
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index c8bcfc9..8dd845f 100644
--- a/README.md
+++ b/README.md
@@ -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)