MCPcopy Create free account
hub / github.com/AdminTurnedDevOps/GoWebAPI / aboutMe

Function aboutMe

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

Source from the content-addressed store, hash-verified

16}
17
18func aboutMe(response http.ResponseWriter, r *http.Request) {
19 who := "MichaelLevan"
20
21 fmt.Fprintf(response, "A little bit about Michael Levan...")
22 fmt.Println("Endpoint Hit: ", who)
23}
24
25func request1() {
26 http.HandleFunc("/", homePage)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected