Skip to content

Commit

Permalink
fix(gae): migrate region step 1 (#5089)
Browse files Browse the repository at this point in the history
  • Loading branch information
OremGLG authored Jan 16, 2025
1 parent e1deb3a commit 7778c64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/appengine/multitenancy/namespace_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package sample

// [START gae_creating_namespaces_on_a_per_user_basis]
// [START creating_namespaces_on_a_per_user_basis]
import (
"context"
Expand All @@ -32,3 +33,4 @@ func namespace(ctx context.Context) context.Context {
}

// [END creating_namespaces_on_a_per_user_basis]
// [END gae_creating_namespaces_on_a_per_user_basis]

0 comments on commit 7778c64

Please sign in to comment.