package
0.0.0-20220122095100-3eeca8d602b9
Repository: https://github.com/viveknathani/maketest.git
Documentation: pkg.go.dev

# Functions

GenerateDates will fill up the input list with random dates.
GenerateInts will fill up the provided array with integers in the given range.
GenerateRealValues will fill up the input array with pseudo random real values in the given range.
GenerateStrings will fill up the given array with generated strings.
GenerateUUIDs will fill the list with random UUIDs.

# Interfaces

A workaround for lack of generics in Go 1.16.