We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64dacd commit fa7f239Copy full SHA for fa7f239
README.md
@@ -16,8 +16,16 @@ Monad, Functional Programming features for Golang
16
17
For *Generics* version(*`>=go1.18`*):[generics](https://github.com/TeaEntityLab/fpGo/tree/generics)
18
19
+```bash
20
+go get github.com/TeaEntityLab/fpGo/v2
21
+```
22
+
23
For *NonGenerics* version(*`<=go1.17`*):[non-generics](https://github.com/TeaEntityLab/fpGo/tree/non_generic)
24
25
26
+go get github.com/TeaEntityLab/fpGo
27
28
29
# Why
30
31
I love functional programing, Rx-style coding, and Optional usages.
0 commit comments