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/fyfs82cvcmgwd4r0wr2l9c008q8n4h50-go-github-com-davecgh-go-spew-1.1.1.drv
x86_64-linuxx86_64-w64-mingw32/gnu/store/145xw1x922wdw1l7phfkdc773bg3qjk7-go-github-com-davecgh-go-spew-1.1.1.drv
x86_64-linuxriscv64-linux-gnu/gnu/store/vg3cchadm5j4gsl73qb75d5p57p3jsz6-go-github-com-davecgh-go-spew-1.1.1.drv
x86_64-linuxpowerpc-linux-gnu/gnu/store/l7f38d3sqpnppbkcldd211gdsi8rp2z3-go-github-com-davecgh-go-spew-1.1.1.drv
x86_64-linuxpowerpc64le-linux-gnu/gnu/store/7n0zdgiqvzhdgispc8wgjz8y8ab20hjw-go-github-com-davecgh-go-spew-1.1.1.drv
x86_64-linuxmips64el-linux-gnu/gnu/store/hm3d6phsmwwc36rgb17pgja4f67rwwwp-go-github-com-davecgh-go-spew-1.1.1.drv
x86_64-linuxi686-w64-mingw32/gnu/store/f4k5q8ascwhbzxiblv1j9vqy2xdy6bv4-go-github-com-davecgh-go-spew-1.1.1.drv
x86_64-linuxi586-pc-gnu/gnu/store/m4320qzw1jvcgzxm2qk75n6xk3h6k8pg-go-github-com-davecgh-go-spew-1.1.1.drv
x86_64-linuxarm-linux-gnueabihf/gnu/store/l5vyswvxk9c7r9n107qdxz0xjz48y339-go-github-com-davecgh-go-spew-1.1.1.drv
x86_64-linuxaarch64-linux-gnu/gnu/store/1g3gpgm8a0vk2ws7j3a5g1rkfb617z41-go-github-com-davecgh-go-spew-1.1.1.drv
riscv64-linux/gnu/store/04c7rl1yj5ryzsy706rdy91wi44725kj-go-github-com-davecgh-go-spew-1.1.1.drv
    powerpc64le-linux/gnu/store/6pxqw8v313pidb3nxy648ch19amd02n2-go-github-com-davecgh-go-spew-1.1.1.drv
    mips64el-linux/gnu/store/q706dj85fx34z7finkc07j0ngjg631kr-go-github-com-davecgh-go-spew-1.1.1.drv
      i686-linux/gnu/store/d1f4kjv3jnrfhmca3flspwminqbkvxqp-go-github-com-davecgh-go-spew-1.1.1.drv
      i586-gnu/gnu/store/ppipmn6qaa0jdw32806xy192x4h7bki3-go-github-com-davecgh-go-spew-1.1.1.drv
      armhf-linux/gnu/store/4qxh6q4fyml7lky0447p2575jflzzpdy-go-github-com-davecgh-go-spew-1.1.1.drv
      aarch64-linux/gnu/store/vn6kcg5mb7qcb1x22bkjc87hl8nxr483-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)