This website works better with JavaScript.
Home
Explore
Help
Sign In
arnaucube
/
blockchainIDsystem
mirror of
https://github.com/arnaucube/blockchainIDsystem.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
108 MiB
Go
56.7%
JavaScript
20.6%
HTML
18.9%
Shell
3.2%
Rich Text Format
0.5%
Tree:
df1eb59956
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'df1eb59956'
${ noResults }
blockchainIDsystem
/
peer
/
errors.go
9 lines
93 B
Raw
Blame
History
package
main
import
"log"
func
check
(
err
error
)
{
if
err
!=
nil
{
log
.
Println
(
err
)
}
}