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.
30
Commits
1
Branch
0
Tags
37 MiB
Go
37%
HTML
30.5%
JavaScript
21.2%
CSS
11.3%
Tree:
3397fc43ad
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '3397fc43ad'
${ noResults }
goBlockchainDataAnalysis
/
errors.go
9 lines
93 B
Raw
Blame
History
package
main
import
"log"
func
check
(
err
error
)
{
if
err
!=
nil
{
log
.
Println
(
err
)
}
}