Improved go snippet.
This commit is contained in:
parent
5cb31a9205
commit
6f9c051b4f
@ -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}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user