Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
func
check(e error) {
11
if
e != nil {
12
panic(e)
13
}
14
}
15
16
func
main() {
17
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected