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

Function check

GolangBasics/GoByExample/061WriteFile.go:9–13  ·  view source on GitHub ↗
(e error)

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected