dd (110B)
1 # -*- mode: snippet -*- 2 # name: debug fmt.Printf 3 # key: dd 4 # -- 5 fmt.Printf("%+v\n", $1) // output for debug 6 $0