MCPcopy Create free account
hub / github.com/Go-Learning-Land/Go-Learning-Archive / check

Function check

GolangBasics/GoByExample/060ReadFiles.go:10–14  ·  view source on GitHub ↗
(e error)

Source from the content-addressed store, hash-verified

8)
9
10func check(e error) {
11 if e != nil {
12 panic(e)
13 }
14}
15
16func main() {
17

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected