feat(language/go): improve ppd snippet

This commit is contained in:
2023-02-08 22:35:13 +00:00
parent 57167c4935
commit 58c161b632

View File

@@ -1,4 +1,4 @@
# name: fmt.Printf("...: %+v\n", ...)
# key: ppd
# --
fmt.Printf("$1: %+v\n", $1)$0
fmt.Printf("$1: %+v\n", ${1:})$0