# -*- mode: snippet -*-
# name: func
# key: func
# --
//
func ${1:name}(${2:args}) $3 {
  $0
}