Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AdminTurnedDevOps/GoWebAPI
/ main
Function
main
main/main.go:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
)
8
9
func
main() {
10
request1()
11
}
12
13
func
homePage(response http.ResponseWriter, r *http.Request) {
14
fmt.Printf(
"Welcome to the Go Web API!"
)
Callers
nothing calls this directly
Calls
1
request1
Function · 0.85
Tested by
no test coverage detected