Categorygithub.com/rebel-l/go-utils
module
1.2.0-rc.7
Repository: https://github.com/rebel-l/go-utils.git
Documentation: pkg.go.dev

# README

build codecov Go Report Card License: MIT

Release GitHub issues

Collection: go-utils

Provides a collection of packages with common functionality for Golang.

Package: array Documentation

The package array contains helpers to work with arrays of different types.

Package: httputils Documentation

The package httputils provide functions around the go http package.

Package: mapof Documentation

The package mapof provides types and functions to work with most common map of slices.

Package: option Documentation

The package option provides types and functions to manage basic options.

Package: osutils Documentation

The package osutils provides additional functionalitly on Golangs os package.

Package: pb Documentation

The package pb provides helpers for using a progress bar.

Package: randutils Documentation

The package rand provides functions for random numbers.

Package: slice Documentation

The package slice provides types and functions to work with most common slices.

Package: stringsutils Documentation

The package strings provides functions to work with strings.

Package: testingutils Documentation

The package testingutils provides helpers for tests.

Package: uuidutils Documentation

The package uuidutils provides helpers for handling with UUIDs.

# Packages

Package array provides types and funtions to deal with slices of different types.
Package httputils provides some helpers for golangs `http` package.
Package mapof provides types and functions to work with most common map of slices.
Package option provides types and funtions to deal with option and slices of options.
Package osutils provides additional functionalitly on Golangs `os` package.
Package pb provides some helpers for using github.com/cheggaaa/pb/v3 progress bar.
Package randutils provides additional functionality on Golangs `rand` package.
Package slice provides types and functions to work with most common slices.
Package stringsutils provides additional functionality on Golangs `strings` package.
Package testingutils provides helpers for tests.
Package uuidutils contains helper functions to work with UUIDs.