We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab342e commit 9652836Copy full SHA for 9652836
1 file changed
README.md
@@ -20,6 +20,7 @@ extend or merge structs which have struct fields of type `any` their value must
20
21
22
## Sections
23
+* [Install](https://github.com/MartinSimango/dstruct#install)
24
* [How it works?](https://github.com/MartinSimango/dstruct#how-it-works)
25
* [Using the builder](https://github.com/MartinSimango/dstruct#using-the-builder)
26
* [Using the modifier](https://github.com/MartinSimango/dstruct#using-the-modifier)
@@ -30,7 +31,11 @@ extend or merge structs which have struct fields of type `any` their value must
30
31
32
33
34
+## Install
35
36
+```sh
37
+go get github.com/MartinSimango/dstruct
38
+```
39
40
## How it works?
41
0 commit comments