Categorygithub.com/manveru/faker
modulepackage
0.0.0-20171103152722-9fbc68a78c4d
Repository: https://github.com/manveru/faker.git
Documentation: pkg.go.dev

# README

Faker for Go

build status

Usage

package main

import (
  "github.com/manveru/faker"
)

func main() {
  fake, err := faker.New("en")
  if err != nil {
    panic(err)
  }
  println(fake.Name())  //> "Adriana Crona"
  println(fake.Email()) //> [email protected]
}

Inspired by the ruby faker gem, which is a port of the Perl Data::Faker library.

# Packages

No description provided by the author

# Functions

No description provided by the author

# Variables

You can add your own translations and words to this dictionary.

# Structs

No description provided by the author

# Interfaces

No description provided by the author