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

4 lines
87 B
Plaintext

# name: log.Printf("[DEBUG] ...\n", ...)
# key: lpd
# --
log.Printf("[DEBUG] $1\n"$2)$0