# 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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
Address consists of address information.
Animal consists of animal information.
Beer consists of various beer information.
Car Beer consists of various beer information.
No description provided by the author
Colors consists of color information.
No description provided by the author
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.
No description provided by the author
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.
Person consists of a slice of people information.
No description provided by the author
TimeZone is an array of short and long timezones.
Word consists of common english words.
No description provided by the author
# Structs
CreditCardCode contains code type and size.
CreditCardInfo contains credit card info.