This website works better with JavaScript.
Home
Explore
Help
Sign In
arnaucube
/
konstrui
mirror of
https://github.com/arnaucube/konstrui.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.
19
Commits
1
Branch
0
Tags
3.9 MiB
Go
84%
HTML
15.3%
CSS
0.4%
JavaScript
0.2%
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
konstrui
/
errors.go
7 lines
67 B
Raw
Permalink
Blame
History
package
main
func
check
(
e
error
)
{
if
e
!=
nil
{
panic
(
e
)
}
}