package
7.2.1
Repository: https://github.com/brianvoe/gofakeit.git
Documentation: pkg.go.dev

# README

Gofakeit Data

Gofakeit data set

List

List()

Get/Set/Remove Data

data.Get("desserts")

data.Set("desserts", map[string][]string{
    "cake":      {"chocolate", "vanilla"},
    "pie":       {"apple", "pecan"},
    "ice cream": {"strawberry", "vanilla"},
})

data.Remove("desserts")

Get/Set/Remove Sub Data

data.GetSubData("desserts", "cake")

data.SetSub("desserts", "cake", []string{"chocolate", "vanilla"})

data.RemoveSub("desserts", "cake")

# Functions

# Variables

Address consists of address information.
Animal consists of animal information.
Beer consists of various beer information.
Car Beer consists of various beer information.
Colors consists of color information.
Company consists of company information.
Computer consists of computer information.
CreditCards contains payment information.
CreditCardTypes is an array of credit card types.
Currency consists of currency information.
Data consists of the main set of fake information.
Emoji consists of emoji information.
Files consists of file information.
Food consists of food information.
Hacker consists of random hacker phrases.
Hipster consists of random hipster words.
Html consists of various html information.
Internet consists of various internet information.
Job consists of job data.
Languages consists of address information.
LogLevels consists of log levels for several types.
Lorem consists of lorem ipsum information.
Minecraft consists of various minecraft items.
From IMDB - Top 250 Movies subset to 100.
Person consists of a slice of people information.
School type and names.
TimeZone is an array of short and long timezones.
Word consists of common english words.

# Structs

CreditCardCode contains code type and size.
CreditCardInfo contains credit card info.