MCPcopy Index your code
hub / github.com/AdminTurnedDevOps/GoWebAPI / homePage

Function homePage

main/main.go:13–16  ·  view source on GitHub ↗
(response http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

11}
12
13func homePage(response http.ResponseWriter, r *http.Request) {
14 fmt.Printf("Welcome to the Go Web API!")
15 fmt.Println("Endpoint Hit: homePage")
16}
17
18func aboutMe(response http.ResponseWriter, r *http.Request) {
19 who := "MichaelLevan"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected