tree: 4f974b60e47fca1e21426d889be5cbc02399d739 [path history] [tgz]
  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