rice

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

func (106B)


      1 # -*- mode: snippet -*-
      2 # name: func
      3 # key: f
      4 # --
      5 // $1 ${4:...}
      6 func ${1:name}(${2:args}) $3 {
      7     $0
      8 }