Files
.emacs.d/snippets/go-mode/ppd

4 lines
83 B
Plaintext

# name: fmt.Printf("...: %+v\n", ...)
# key: ppd
# --
fmt.Printf("$1: %+v\n", $1)$0