Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (19 loc) · 346 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 346 Bytes

Install

go get github.com/nanakura/go-ramda@latest

UseCase

package main

import (
	"fmt"
	"github.com/nanakura/go-ramda"
)

func main() {
	fmt.Println(ramda.Map(ramda.Multiply(2))([]int{2, 5, 10, 100})) // [4 10 20 200]
}

Document

go-ramda Wiki

License

MIT