Language

Package: go-github-com-davecgh-go-spew @ 1.1.1

Synopsis

Deep pretty printer for Go data structures to aid in debugging

Description

Package spew implements a deep pretty printer for Go data structures to aid in debugging.

A quick overview of the additional features spew provides over the built-in printing facilities for Go data types are as follows:

  • Pointers are dereferenced and followed.

  • Circular data structures are detected and handled properly.

  • Custom Stringer/error interfaces are optionally invoked, including on unexported types.

  • Custom types which only implement the Stringer/error interfaces via a pointer receiver are optionally invoked when passing non-pointer variables.

  • Byte arrays and slices are dumped like the hexdump -C command which includes offsets, byte values in hex, and ASCII output (only when using Dump style).

Home page
https://github.com/davecgh/go-spew
Location
gnu/packages/golang.scm (line: 4565, column: 2)
License

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/qn4m86sdgcbmfgw4cx60z4vrbajsfd1k-go-github-com-davecgh-go-spew-1.1.1.drv
x86_64-linuxx86_64-w64-mingw32/gnu/store/di4pcjxaicagv5p5r1yrxsdv3papbjy5-go-github-com-davecgh-go-spew-1.1.1.drv
x86_64-linuxriscv64-linux-gnu/gnu/store/vhqvifx61hwmgy6z1w5d7b3jb8ci7783-go-github-com-davecgh-go-spew-1.1.1.drv
x86_64-linuxpowerpc-linux-gnu/gnu/store/gka47kfg03h04wl6dblrq1l5486746k7-go-github-com-davecgh-go-spew-1.1.1.drv
x86_64-linuxpowerpc64le-linux-gnu/gnu/store/2kzxhwl3mq0mzjdyk0bd451jh0n92dik-go-github-com-davecgh-go-spew-1.1.1.drv
x86_64-linuxmips64el-linux-gnu/gnu/store/r36k93iqcfk6s0df1d4bwymflxwfm4bm-go-github-com-davecgh-go-spew-1.1.1.drv
x86_64-linuxi686-w64-mingw32/gnu/store/fzz0ha7684hd4wi0jvpl5c4rybbqbyrl-go-github-com-davecgh-go-spew-1.1.1.drv
x86_64-linuxi586-pc-gnu/gnu/store/2d1w0fqb6pb1mwr8mwwykbdss38xxy2c-go-github-com-davecgh-go-spew-1.1.1.drv
x86_64-linuxarm-linux-gnueabihf/gnu/store/2m39lp4kmqck4114hdwxwbk8xa1ni5mm-go-github-com-davecgh-go-spew-1.1.1.drv
x86_64-linuxaarch64-linux-gnu/gnu/store/1sd0vvbayh459b9kkb34s55l67nvzkyq-go-github-com-davecgh-go-spew-1.1.1.drv
riscv64-linux/gnu/store/0aj7m30992myd6m0d6pslg35zv0v2xgr-go-github-com-davecgh-go-spew-1.1.1.drv
    powerpc64le-linux/gnu/store/p7cg3lzv1k5w61rpwak7lgv9smica4ip-go-github-com-davecgh-go-spew-1.1.1.drv
    mips64el-linux/gnu/store/94gmvivm1f2b5slldlydl08ql76f72bn-go-github-com-davecgh-go-spew-1.1.1.drv
      i686-linux/gnu/store/614xdkpk5s9ws7h6xg231yj4p0xf751j-go-github-com-davecgh-go-spew-1.1.1.drv
      i586-gnu/gnu/store/9dhypzh6r00gkvv9s8fa0n56055ngc9p-go-github-com-davecgh-go-spew-1.1.1.drv
      armhf-linux/gnu/store/6nggfr4jcgwxkw3lg1gn202wvkdb98l1-go-github-com-davecgh-go-spew-1.1.1.drv
      aarch64-linux/gnu/store/a5wy3v9n3d7iaq0n7xgrkvvf8gxqhsxk-go-github-com-davecgh-go-spew-1.1.1.drv

      Lint warnings

      LinterMessageLocation
      formatting

      Look for formatting issues in the source

      line 4587 is way too long (129 characters)