From 235e04b73e7d757a8327d5ab94e4b6c5443101d6 Mon Sep 17 00:00:00 2001 From: Danny Carrillo Date: Wed, 6 Oct 2021 22:29:30 -0700 Subject: [PATCH] Adds GoProverbs to website list (#3799) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53a98cbc..03adb5ec 100644 --- a/README.md +++ b/README.md @@ -2989,6 +2989,7 @@ _**Unofficial** set of patterns for structuring projects._ * [Go Forum](https://forum.golangbridge.org) - Forum to discuss Go. * [Go In 5 Minutes](https://www.goin5minutes.com/) - 5 minute screencasts focused on getting one thing done. * [Go Projects](https://github.com/golang/go/wiki/Projects) - List of projects on the Go community wiki. +* [Go Proverbs](https://go-proverbs.github.io/) - Go Proverbs by Rob Pike. * [Go Report Card](https://goreportcard.com) - A report card for your Go package. * [go.dev](https://go.dev/) - A hub for Go developers. * [gocryforhelp](https://github.com/ninedraft/gocryforhelp) - Collection of Go projects that needs help. Good place to start your open-source way in Go.