Skip to content

Commit

Permalink
fix(gae): delete old region tag
Browse files Browse the repository at this point in the history
  • Loading branch information
OremGLG committed Jan 16, 2025
1 parent 7778c64 commit 5ac640f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/appengine/multitenancy/namespace_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
package sample

// [START gae_creating_namespaces_on_a_per_user_basis]
// [START creating_namespaces_on_a_per_user_basis]
import (
"context"

Expand All @@ -32,5 +31,4 @@ func namespace(ctx context.Context) context.Context {
return ctx
}

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

0 comments on commit 5ac640f

Please sign in to comment.