type runtime.Error
5 uses
runtime (current package)
error.go#L10: type Error interface {
github.com/kevinburke/ssh_config
config.go#L224: if _, ok := r.(runtime.Error); ok {
github.com/lib/pq
error.go#L486: case runtime.Error:
text/template
exec.go#L162: case runtime.Error:
text/template/parse
parse.go#L208: if _, ok := e.(runtime.Error); ok {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |