This website works better with JavaScript.
Home
Explore
Help
Sign In
arnaucube
/
goBlockchainDataAnalysis
mirror of
https://github.com/arnaucube/goBlockchainDataAnalysis.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
0
Tags
22 MiB
Go
37%
HTML
30.5%
JavaScript
21.2%
CSS
11.3%
Tree:
d296958ff3
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'd296958ff3'
${ noResults }
goBlockchainDataAnalysis
/
errors.go
9 lines
93 B
Raw
Blame
History
package
main
import
"fmt"
func
check
(
err
error
)
{
if
err
!=
nil
{
fmt
.
Println
(
err
)
}
}