Skip to content

gowok/fp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fp

Functional programming library for Go

Usage

Quality

It is well tested with high coverage:

image

Examples

fmt.Println(strings.Repeat("*", 5))
// output: *****
list := []int{1, 2, 3}
slices.ForEach(sample, func(s, i int) {
  fmt.Println(s, i)
})
// output:
// 1 0
// 2 1
// 3 2

About

Functional programming library for Go

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages