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/061WriteFile.go:9–13 ·
view source on GitHub ↗
(e error)
Source
from the content-addressed store, hash-verified
7
)
8
9
func
check(e error) {
10
if
e != nil {
11
panic(e)
12
}
13
}
14
15
func
main() {
16
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected