find -name '*.go' | xargs sed --follow-symlinks -i 's|go.etcd.io/etcd/v3/pkg/|go.etcd.io/etcd/pkg/v3/|g' go fmt ./...
Modularization: Mechanical move of "functional" directory into tests module using: % git mv functional tests/