/slices

Go/Golang package with some handy slice methods.

Primary LanguageGoMIT LicenseMIT

slices

Install

go get github.com/GreenRaccoon23/slices

Clone

git clone https://github.com/GreenRaccoon23/slices.git

Import

package main

import (
    "github.com/GreenRaccoon23/slices"
)

Description

Go/Golang package with some handy slice methods.