tree: 9bf65549c033f5f7dbff9a1c9cd689f6e60c1497
  1. cmd/
  2. testdata/
  3. aliasfix.go
  4. aliasfix_test.go
  5. go.mod
  6. go.sum
  7. mappings.go
  8. README.md
internal/aliasfix/README.md

aliasfix

A tool to migrate client library imports from go-genproto to the new stubs located in google-cloud-go.

Usage

Make sure you dependencies for the cloud client library you depend on and go-genproto are up to date.

go install cloud.google.com/go/internal/aliasfix/cmd/aliasfix@latest
aliasfix .
go mod tidy