Skip to content

Commit

Permalink
chore(gae): delete old region "import" from ../helloworld/helloworld.…
Browse files Browse the repository at this point in the history
…go (#5142)
  • Loading branch information
OremGLG authored Feb 11, 2025
1 parent 11f0e06 commit 0a04b0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appengine/go11x/helloworld/helloworld.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@
package main

// [START gae_go111_import]
// [START import]
import (
"fmt"
"log"
"net/http"
"os"
)

// [END import]
// [END gae_go111_import]

// [START main_func]
Expand Down

0 comments on commit 0a04b0c

Please sign in to comment.