Skip to content

alebabai/fun

Repository files navigation

fun

Functional types for Golang

build version report coverage tag reference

The Roadmap

  • Basic functional types
    • Supplier
    • Consumer
    • BiConsumer
    • Runnable
    • Predicate
    • Function
    • BiFunction
    • UnaryOperator
    • BinaryOperator
  • Infrastructure
    • Makefile
    • CI/CD
      • Run lints
      • Build artifacts
      • Run tests
      • Coverage report (codecov)
      • Add badges to the README
  • Documentation
    • Review codebase docs
    • Document codebase
    • Add examples to the README
  • Complex function types
    • Optional