From 3d94211018aa28c32605e001e62b3dbe7f9305f3 Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Fri, 19 Mar 2021 02:22:55 +0300 Subject: v0.0.1 --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..20476c9 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Golang snippets + +Extensions with frequently used snippets for productive go development. + +Extension in active development! Your contribution is always welcome :) + +| Prefix| Description | Example | +| :---- |:-----------:| -------:| +| `pkg` | Package header line | `package test` | +| `tyi` | Type interface declaration | ```type test interface { }``` | +| `tys` | Type structure declaration | ```type test struct { }``` | +| `construct` | Constructor for structure type | see in action | +| `var` | Variable with type and value | `var test string = "hello"` | +| `stack` | Stack from array of types | see in action | + -- cgit v1.2.3