MCPcopy 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
9func main() {
10 request1()
11}
12
13func homePage(response http.ResponseWriter, r *http.Request) {
14 fmt.Printf("Welcome to the Go Web API!")

Callers

nothing calls this directly

Calls 1

request1Function · 0.85

Tested by

no test coverage detected