app

package module
v0.0.0-...-8488445 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2024 License: MIT Imports: 2 Imported by: 0

README

cloud-functions-hello-go

This is a simple example of a Google Cloud Function written in Go.

Deploying

To deploy this function, you can use the gcloud command line tool:

gcloud functions deploy go-http-function \
    --gen2 \
    --runtime go121 \
    --region=asia-northeast1 \
    --source=. \
    --entry-point HelloHTTP \
    --trigger-http \
    --allow-unauthenticated

Testing

To test this function, access the URL that is printed after deploying the function.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL