Skip to content

chore(gae): replicate snippet-bot result for go11x/helloworld #5199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
3 changes: 0 additions & 3 deletions appengine/go11x/helloworld/helloworld.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,13 @@
// Sample helloworld is an App Engine app.
package main

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

// [END gae_go111_import]

// [START gae_go111_main_func]
// [START main_func]

Expand Down
Loading