This website requires JavaScript.
Explore
Help
Sign in
core
/
xgo
Watch
1
Star
0
Fork
You've already forked xgo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
131afe7ba3
xgo
/
runtime
/
errors.go
8 lines
91 B
Go
Raw
Normal View
History
Unescape
Escape
update directory package structure
2019-01-11 13:27:28 +03:00
package
runtime
initial commit
2019-01-09 10:17:42 +03:00
import
(
"errors"
)
var
ErrStackOverflow
=
errors
.
New
(
"stack overflow"
)
Reference in a new issue
Copy permalink