# README
Collection: go-utils
Provides a collection of packages with common functionality for Golang.
Package: array 
The package array
contains helpers to work with arrays of different types.
Package: httputils 
The package httputils
provide functions around the go http
package.
Package: mapof 
The package mapof
provides types and functions to work with most common map of slices.
Package: option 
The package option
provides types and functions to manage basic options.
Package: osutils 
The package osutils
provides additional functionalitly on Golangs os
package.
Package: pb 
The package pb
provides helpers for using a progress bar.
Package: randutils 
The package rand
provides functions for random numbers.
Package: slice 
The package slice
provides types and functions to work with most common slices.
Package: stringsutils 
The package strings
provides functions to work with strings.
Package: testingutils 
The package testingutils
provides helpers for tests.
Package: uuidutils 
The package uuidutils
provides helpers for handling with UUIDs.