diff --git a/snippets/go-mode/ppd b/snippets/go-mode/ppd index d2d53c2..0bc3a15 100644 --- a/snippets/go-mode/ppd +++ b/snippets/go-mode/ppd @@ -1,4 +1,4 @@ # name: fmt.Printf("...: %+v\n", ...) # key: ppd # -- -fmt.Printf("$1: %+v\n", $1)$0 \ No newline at end of file +fmt.Printf("$1: %+v\n", ${1:})$0 \ No newline at end of file