From 75e1ac5ba63ebd38a791f6ba48071fce2a4011da Mon Sep 17 00:00:00 2001 From: "NewCapital.in" Date: Fri, 18 Aug 2023 03:18:05 +0100 Subject: [PATCH] docs: shell format go tool command (#111) A little shorthand to make easier the `devExperience`. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)