One of the things we decided on was that all of the containers would live in container/ and be written in Go.
Since google-cloud-go/tree/internal/librariangen is already written in Go, we should move it to container/golang (go is a special keyword in Go, so use golang instead of go for the package name).
librariangen is currently the module cloud.google.com/go/internal/postprocessor/librarian/librariangen. We should remove the go.mod file when moving to avoid having nested modules, and so that these codebases share the same dependency versions.
One of the things we decided on was that all of the containers would live in container/ and be written in Go.
Since google-cloud-go/tree/internal/librariangen is already written in Go, we should move it to container/golang (
gois a special keyword in Go, so use golang instead of go for the package name).librariangen is currently the module
cloud.google.com/go/internal/postprocessor/librarian/librariangen. We should remove the go.mod file when moving to avoid having nested modules, and so that these codebases share the same dependency versions.