MCPcopy Index your code
hub / github.com/derekbanas/Go-Tutorial / errorCheck

Function errorCheck

webapp/webapp.go:19–24  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

17}
18
19func errorCheck(err error) {
20 // Handle errors
21 if err != nil {
22 log.Fatal(err)
23 }
24}
25
26// The writer allows us to write to the browser
27// Create a message and add it to the

Callers 5

writeFunction · 0.85
interactHandlerFunction · 0.85
getStringsFunction · 0.85
newHandlerFunction · 0.85
createHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected