What version of Delve are you using (dlv version
)?
Delve Debugger │
Version: 1.2.0 │
Build: $Id: 068e2451004e95d0b042e5257e34f0f08ce01466 $
What version of Go are you using? (go version
)?
go version go1.12 linux/amd64 │
What operating system and processor architecture are you using?
linux
What did you do?
p x ( x is []byte{})
What did you expect to see?
I want to see the hex, 0x11 0x22
I see the decimal 17 34 ...