update go domain name

golang.org -> go.dev

Kubernetes-commit: c2bd0a5fc081c97dcafc37571e51663b690d32f3
This commit is contained in:
ljTian 2022-09-15 19:01:51 +08:00 committed by Kubernetes Publisher
parent 043a21c55c
commit 3d6d46f400
1 changed files with 1 additions and 1 deletions

View File

@ -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