An open API service indexing awesome lists of open source software.

https://github.com/retheviper/gotlin

Some Kotlin-like functions.
https://github.com/retheviper/gotlin

functional-programming go golang kotlin

Last synced: 10 months ago
JSON representation

Some Kotlin-like functions.

Awesome Lists containing this project

README

          

# Gotlin

![gotlin](misc/gotlin.jpg)

## TL;DR

I just wanted some features similar to kotlin standard libraries in Go.

## Requirement

- Go 1.18+
- Knowledge of Kotlin standard library like [collection operations](https://kotlinlang.org/docs/collection-operations.html) & Some Java APIs.