Improved go snippet.

This commit is contained in:
ujihisa 2013-05-30 19:34:46 -07:00
parent 5cb31a9205
commit 6f9c051b4f

View File

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