printf (105B)
1 # -*- mode: snippet -*- 2 # name: print 3 # key: printf 4 # contributor : @atotto 5 # -- 6 fmt.Printf("%+v$0\n",$1)