rice

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

method (141B)


      1 # -*- mode: snippet -*-
      2 # name: method
      3 # key: m
      4 # contributor: @Kunde21
      5 # --
      6 // $2 ${5:...}
      7 func (${1:recv}) ${2:name}(${3:args}) $4 {
      8   $0
      9 }