Index of gololang

Modules

gololang.Adapters

This module defines an AdapterFabric helper

gololang.AnsiCodes

This module provides helper functions to deal with ANSI escape codes for console outputs

gololang.Async

This module offers asynchronous programming helpers, especially execution context agnostic promises and futures

gololang.Decorators

This module defines the set of standard decorators and utilites

gololang.Errors

Useful augmentations, decorators and function to deal with errors in Golo

gololang.Functions

This module contains several functions and higher order functions or decorators, mostly useful with HOF like map, reduce or in generators

gololang.ir

This module provides some factory functions and augmentations on IR elements to improve fluent IR building

gololang.JSON

A set of useful APIs for dealing with JSON documents from Golo

gololang.LazyLists

This module defines utility functions and augmentations to ease the use of the `gololang

gololang.StandardAugmentations

This module defines the set of standard augmentations