Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleCloudPlatform/cloud-code-samples
/ templateData
Struct
templateData
golang/go-hello-world/main.go:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
const
defaultAddr =
":8080"
11
12
type
templateData
struct
{
13
Message string
14
}
15
16
var
(
17
data templateData
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected