Documentation ¶
Index ¶
Constants ¶
View Source
const ( Zero = `<zero>` Nil = "<nil>" )
Variables ¶
View Source
var ( DefaultWriter io.Writer = os.Stdout // 显示对应代码位置 ShowFileLine1 = true MarginLine1 = 36 // Deprecated )
View Source
var ( // uint8(97) => 'a' OptShowUint8AsChar = true // []uint8{'a','b'} => "ab" OptShowUint8sAsString = true // 按字典序显示map.keys OptSortMapKeys = true )
View Source
var ( MaxSliceLen = 32 MaxMapLen = 32 SepKv = " => " StringQuota = `"` )
View Source
var ( // disable dump in global scope // use it in production Disable = false )
Functions ¶
func DepthCompact ¶ added in v0.5.6
Types ¶
Click to show internal directories.
Click to hide internal directories.