confi-emacs-actual/snippets/go-mode/pr

4 lines
77 B
Plaintext

# -*- mode: snippet -*-
# name: printf
# --
fmt.Printf("$1\n"${2:, ${3:str}})