diff options
Diffstat (limited to '')
-rw-r--r-- | snippets/go-mode/struct | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/snippets/go-mode/struct b/snippets/go-mode/struct new file mode 100644 index 0000000..5327f8d --- /dev/null +++ b/snippets/go-mode/struct @@ -0,0 +1,5 @@ +#name : struct +# -- +type $1 struct { + $0 +} \ No newline at end of file |