Skip to content

Commit

Permalink
go get -u
Browse files Browse the repository at this point in the history
  • Loading branch information
destel committed Jul 21, 2024
1 parent 04e8866 commit ce45da6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ and expressive API. The introduction of generics in Go 1.18 opened the door to c
operations on channels, providing a natural way to achieve this goal.


## Installation
```bash
go get github.com/destel/rill
```


## Example Usage
Expand Down Expand Up @@ -91,6 +87,10 @@ func main() {
```


## Installation
```bash
go get -u github.com/destel/rill
```


## Testing Strategy
Expand All @@ -102,8 +102,6 @@ Rill has a test coverage of over 95%, with testing focused on:





## Design Philosophy
At the heart of rill lies a simple yet powerful concept: operating on channels of wrapped values, encapsulated by the **Try** container.
This allows to propagate both values and errors through the pipeline, ensuring that errors are handled correctly at each stage.
Expand Down

0 comments on commit ce45da6

Please sign in to comment.