Docker godocs @ https://godoc.org/github.com/docker/docker/client is now redirected

Hi,
I am developing a go docker client pkg and was loving the very useful godocs until the url https://godoc.org/github.com/docker/docker/client was suddenly redirected to :
client · pkg.go.dev
The v.13.1 version is older than the previous link. For example, @v1.13.1 ContainerWait has this return signature ContainerWait(…) (int64, error) but the latest version has ContainerWait(…) (<-chan container.ContainerWaitOKBody, <-chan error)
I haven’t even been able to track down the latest godocs version, so I can edit the version label in the link. I tried docker@latest/client but get a 404 error
Can anyone point me to the latest client godocs ? Thanks in advance !