1
0
mirror of https://github.com/IBM/fp-go.git synced 2025-08-10 22:31:32 +02:00

fix: some docs

Signed-off-by: Dr. Carsten Leue <carsten.leue@de.ibm.com>
This commit is contained in:
Dr. Carsten Leue
2023-07-18 16:27:05 +02:00
parent aa0f043b95
commit b7280ca862
4 changed files with 25 additions and 1 deletions

View File

@@ -1,9 +1,19 @@
# Functional programming library for golang
**🚧 Work in progress! 🚧**
**🚧 Work in progress! 🚧** Despite major version 1 because of https://github.com/semantic-release/semantic-release/issues/1507. Trying to not make breaking changes, but devil is in the details.
![logo](resources/images/logo.png)
This library is strongly influenced by the awesome [fp-ts](https://github.com/gcanti/fp-ts).
## Getting started
```bash
go get github.com/IBM/fp-go
```
Refer to the [samples](./samples/).
## Design Goal
This library aims to provide a set of data types and functions that make it easy and fun to write maintainable and testable code in golang. It encourages the following patterns: