rice

personal dot files and scripts for linux and macOS
Log | Files | Refs | README | LICENSE

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