etcd/Documentation
Benjamin Wang 39486c4289 update goreman installation command in local_cluster.md
`go install` is the recommended way to build and install packages in
module mode. `go get` should be used with the -d flag to adjust the
current module's dependencies without building packages, and use of
`go get` to build and install packages is deprecated. In a future
release, the -d flag will always be enabled.

Refer to https://go.dev/doc/go1.16.

Signed-off-by: Benjamin Wang <wachao@vmware.com>
2022-07-11 13:51:57 +08:00
..
2022-04-20 10:58:57 +02:00

This directory includes etcd project internal documentation for new and existing contributors.

For user and developer documentation please go to etcdd.io, which is developed in website repo.