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