Improved go snippet.

This commit is contained in:
ujihisa 2013-05-30 19:34:46 -07:00
parent 5cb31a9205
commit 6f9c051b4f
1 changed files with 6 additions and 0 deletions

View File

@ -43,3 +43,9 @@ options head
type ${1} struct {
${0:TARGET}
}
snippet interface
options head
type ${1} interface {
${0:TARGET}
}