/go-shuffle

Shuffle text just for fun

Primary LanguageGoMIT LicenseMIT

go-shuffle

Shuffle text just for fun

CodeQL

Install

>$ go get -u "github.com/ilyabrin/go-shuffle"

Use

package main

import (
    goshuffle "github.com/ilyabrin/go-shuffle"
)

func main() {
    println(goshuffle.New("Random string anyway"))
}