This website requires JavaScript.
Explore
Help
Sign In
TheMagician
/
TheMathemagicians
Watch
1
Star
0
Fork
You've already forked TheMathemagicians
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d835ff2fcd
TheMathemagicians
/
sevenkeys
/
logic
/
errcheck.go
10 lines
92 B
Go
Raw
Blame
History
package
logic
import
"log"
func
Check
(
err
error
)
{
if
err
!=
nil
{
log
.
Fatal
(
err
)
}
}
Reference in New Issue
View Git Blame
Copy Permalink