Documentation ¶ Index ¶ Variables type Errorcode Constants ¶ This section is empty. Variables ¶ View Source var ERRORCODES = map[int]string{ 1001: "Invalid Stdin input was given", 1002: "The encoder could not be found", 1003: "The decoder could not be found", 1004: "Invalid number of threads", } Functions ¶ This section is empty. Types ¶ type Errorcode ¶ type Errorcode int List of errorcodes and their output: Source Files ¶ View all Source files fail.go Click to show internal directories. Click to hide internal directories.