This website works better with JavaScript.
Home
Explore
Help
Sign In
arnaucube
/
cellMapVisualizer
mirror of
https://github.com/arnaucube/cellMapVisualizer.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.
4
Commits
1
Branch
0
Tags
295 KiB
Go
31.9%
JavaScript
26.2%
HTML
23.7%
CSS
18.3%
Tree:
b02dddb47e
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'b02dddb47e'
${ noResults }
cellMapVisualizer
/
errors.go
9 lines
93 B
Raw
Blame
History
package
main
import
"log"
func
check
(
err
error
)
{
if
err
!=
nil
{
log
.
Println
(
err
)
}
}