From 3514e15fd6fbbea89703324f6fe0ba8d70de75ac Mon Sep 17 00:00:00 2001 From: Anand Date: Sun, 15 May 2022 13:16:00 +0530 Subject: [PATCH] Update std library link --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index a8c8ec9a..2487cd8c 100644 --- a/Home.md +++ b/Home.md @@ -31,7 +31,7 @@ Please do not ask questions by editing or creating a wiki page. Any such change - [The Go Tour](http://tour.golang.org) is the best place to start. - [Effective Go](https://go.dev/doc/effective_go) will help you learn how to write idiomatic Go code. -- [Go standard library documentation](https://pkg.go.dev/) to familiarize yourself with the standard library. +- [Go standard library documentation](https://pkg.go.dev/std) to familiarize yourself with the standard library. - [Use the Go Playground](https://go.dev/play) to test out Go programs in your browser. - Still not convinced? Check out this list of [Go Users](GoUsers) and a few of their [Success stories](SuccessStories). We've also assembled a long list of reasons [why you should give Go a try](whygo). - Read about the companies which have [switched from other languages to Go](https://github.com/golang/go/wiki/FromXToGo).