Directories
¶
| Path | Synopsis |
|---|---|
|
Package array provides idiomatic Go generic ports of lodash's array utility functions.
|
Package array provides idiomatic Go generic ports of lodash's array utility functions. |
|
Package collection is a standalone, dependency-free port of lodash's "Collection" category of functions (https://lodash.com/docs - _.countBy, _.groupBy, _.keyBy, _.partition, _.map, _.filter, _.reduce, _.sortBy, _.orderBy, _.sample, _.shuffle and friends) to Go generics.
|
Package collection is a standalone, dependency-free port of lodash's "Collection" category of functions (https://lodash.com/docs - _.countBy, _.groupBy, _.keyBy, _.partition, _.map, _.filter, _.reduce, _.sortBy, _.orderBy, _.sample, _.shuffle and friends) to Go generics. |
|
Package datefns ports the most commonly used helpers from the npm package date-fns (https://date-fns.org) to Go's standard time.Time.
|
Package datefns ports the most commonly used helpers from the npm package date-fns (https://date-fns.org) to Go's standard time.Time. |
|
Package function provides idiomatic, generic Go ports of lodash's "Function" category (https://lodash.com/docs — after, before, negate, memoize, flip, wrap, over, overEvery, overSome, flow, flowRight, curry and partial).
|
Package function provides idiomatic, generic Go ports of lodash's "Function" category (https://lodash.com/docs — after, before, negate, memoize, flip, wrap, over, overEvery, overSome, flow, flowRight, curry and partial). |
|
Package lang ports the "Lang" category of the npm lodash library, together with a handful of closely related utility helpers, to idiomatic Go using only the standard library.
|
Package lang ports the "Lang" category of the npm lodash library, together with a handful of closely related utility helpers, to idiomatic Go using only the standard library. |
|
Package math ports the "Math" and "Number" category functions of the npm lodash library to Go, implemented with generics and depending only on the standard library.
|
Package math ports the "Math" and "Number" category functions of the npm lodash library to Go, implemented with generics and depending only on the standard library. |
|
Package object ports the "Object" category of the npm lodash library to Go, providing the map- and structure-oriented helpers such as Keys, Values, Entries, Pick, Omit, MapKeys, MapValues, Invert, Assign, Merge, Defaults, Get, Set, Has, Unset, Update, Clone, CloneDeep, IsEqual and Transform.
|
Package object ports the "Object" category of the npm lodash library to Go, providing the map- and structure-oriented helpers such as Keys, Values, Entries, Pick, Omit, MapKeys, MapValues, Invert, Assign, Merge, Defaults, Get, Set, Has, Unset, Update, Clone, CloneDeep, IsEqual and Transform. |
|
Package str ports the "String" category of the npm lodash library to Go.
|
Package str ports the "String" category of the npm lodash library to Go. |
|
Package util ports helpers from lodash's "Util" category (cond, stubArray, stubTrue/False/String, toPath and a stepped range) to idiomatic, generic Go.
|
Package util ports helpers from lodash's "Util" category (cond, stubArray, stubTrue/False/String, toPath and a stepped range) to idiomatic, generic Go. |
Click to show internal directories.
Click to hide internal directories.