tree: 2afe2cc3c968938c3457c12f922f25e7d7e0bf99
  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