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

doc: add presentation

Signed-off-by: Carsten Leue <carsten.leue@de.ibm.com>
This commit is contained in:
Carsten Leue
2023-11-08 09:41:50 +01:00
parent c1366d9418
commit 37f9c583d5
2 changed files with 0 additions and 4 deletions

View File

@@ -22,10 +22,6 @@ import (
F "github.com/IBM/fp-go/function"
)
func main() {
}
func Example_composition_pipe() {
filter := func(i int) bool {