From 06fd6ea606719920733c3056cf10b904437a5ad2 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Fri, 7 Feb 2025 18:18:55 +0100 Subject: [PATCH] links-Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb82459d34..6f38d922e0 100644 --- a/README.md +++ b/README.md @@ -226,9 +226,9 @@ and merge procedures quick and simple. Please make sure your contributions adhere to our coding guidelines: - * Code must adhere to the official Go [formatting](https://golang.org/doc/effective_go.html#formatting) + * Code must adhere to the official Go [formatting](https://go.dev/doc/effective_go) guidelines (i.e. uses [gofmt](https://golang.org/cmd/gofmt/)). - * Code must be documented adhering to the official Go [commentary](https://golang.org/doc/effective_go.html#commentary) + * Code must be documented adhering to the official Go [commentary](https://go.dev/doc/effective_go) guidelines. * Pull requests need to be based on and opened against the `master` branch. * Commit messages should be prefixed with the package(s) they modify.