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

4 lines
126 B
Plaintext

# name: fmt.Sprintf(format string, a ...interface{})
# key: spf
# --
fmt.Sprintf(${1:format string}, ${2:a ...interface{\}})$0