yasnippet-snippets/snippets/go-mode/init

7 lines
81 B
Plaintext

# -*- mode: snippet -*-
# name: func init()
# key: init
# --
func init() {
$0
}