Skip to content

zkfmapf123/go-js-utils

Repository files navigation

Go-JS-Utils

Desc

  • Using js method in Golang

Install

    go get -u github.com/zkfmapf123/[email protected]

Object Method

object code

golang js-method
OKeys Object.keys
OValues Object.values
OEntries Object.entries

Array Method

array code

  • Contains

Wrapping Method

wrapArray code

golang js-method
Map map
Filter filter
Reduce reduce

parallelism

promise code

  • PromiseAll

Help