From 3d6d46f400da87b09dadf404ecfbacbce0a4f09c Mon Sep 17 00:00:00 2001 From: ljTian Date: Thu, 15 Sep 2022 19:01:51 +0800 Subject: [PATCH] update go domain name golang.org -> go.dev Kubernetes-commit: c2bd0a5fc081c97dcafc37571e51663b690d32f3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df4d4777..7fd945be 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ cli client. That client will eventually move here too. - No dependence on `k8s.io/kubernetes`. Dependence on other repositories is fine. -- Code must be usefully [commented](https://golang.org/doc/effective_go.html#commentary). +- Code must be usefully [commented](https://go.dev/doc/effective_go#commentary). Not only for developers on the project, but also for external users of these packages. - When reviewing PRs, you are encouraged to use Golang's [code review