From ec7df71f8d9f008df5932d13783143c8cdc1922e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Bouy=C3=A9?= Date: Mon, 7 Oct 2024 15:37:44 +0200 Subject: [PATCH] Add link Go docs link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6947c0e0..3c4447ea 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Lattigo package organization is given in the Figure above. ### Documentation The full documentation of the individual packages can be browsed as a web page using official -Golang documentation rendering tool `pkgsite` +Golang documentation rendering tool `pkgsite` or browsing the [Go doc](https://pkg.go.dev/github.com/tuneinsight/lattigo/v6). ```bash $ go install golang.org/x/pkgsite/cmd/pkgsite@latest