ErrLookup › unknwon/the-way-to-go_ZH_CN

unknwon/the-way-to-go_ZH_CN

《The Way to Go》中文译本,中文正式名《Go 入门指南》 · Go · 131 source files

Analyzed at 7a54d34d36 on 2026-08-15. 36 documented errors.

Code / MessageTypeSeverityTags
stack is empty
error_code error go, stack, data-structures, empty-state
I won't be able to do a sqrt of negative number!
validation error go, math, domain-error, error-handling
math - square root of negative number
error_code info go, documentation, errors-new, example-code
Not found error
error_code info go, sentinel-error, documentation, not-found
things aren’t good
error_code info go, anti-pattern, error-handling, code-style
expected GET
http error go, http, method-validation, error-handling
malformed command
http error go, http, input-validation, protocol
key not found
error_code error go, url-shortener, map-lookup, not-found, http
key already exists
error_code error go, url-shortener, key-collision, map, concurrency
expected GET
http error go, http, method-validation, discussion
malformed command
http error go, http, input-validation, discussion
%d is out of the uint8 range
validation error go, integer-overflow, conversion, range-check
%s:%d:%d: %v
error_code error go, json, fmt-errorf, error-wrapping, diagnostics
math: square root of negative number %g
validation info go, fmt-errorf, math, documentation
usage: %s infile.txt outfile.txt
console info go, cli, usage, flag-parsing, fmt-errorf
pkg: %v
error_code error go, panic, recover, error-wrapping, parser
%d is out of the int32 range
panic error go, panic, recover, integer-overflow, conversion
Error:
panic error go, network, tcp, client, panic, chat
Error:
panic error go, network, tcp, server, panic, chat, goroutine
%g is out of the int32 range
panic error go, math, type-conversion, overflow, panic, float64
A severe error occurred: stopping the program!
panic error go, panic, tutorial, runtime, crash
Unknown user: no value for $USER
panic error go, environment-variables, panic, cross-platform, windows, init
"ERROR occurred:" + err.Error()
panic error go, error-handling, panic, idiom
bad end
panic error go, panic, recover, defer, goroutine, tutorial
no words to parse
panic error go, parsing, strconv, panic, recover, strings
usage: host port
panic error go, cli, flags, usage, panic, tcp-server
"ERROR: " + info + " " + error.Error()
panic error go, network, tcp, server, panic, error-context
"ListenAndServe: " + err.Error()
panic error go, http, websocket, server, port-in-use, panic
"Dial: " + err.Error()
panic error go, websocket, client, dial, connection-refused, panic
"ERROR occurred: " + err.Error()
panic error go, error-handling, panic, exit, idiom
err.Error()
http error go, http, wiki, filesystem, path-traversal, ioutil
err.Error()
http error go, http, url-shortener, rpc, key-not-found, gob
err.String()
http error go, appengine, version-migration, compile-error, legacy-api
err.Error()
http warning go, appengine, authentication, login, http-error
err.String()
http error go, compile-time, deprecated-api, appengine, html-template, documentation
err.String()
http error go, compile-time, deprecated-api, appengine, datastore, documentation