Skip to content

rfsbraz/faker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

faker GoDoc Build Status

Faker is a golang package that generates fake data.

It was inspired by 'Python Faker' from joke2k (which is also the source of all the initial localized content) and 'Ruby Faker' from stympy


Getting Started

Install

go get -u github.com/rfsbraz/faker

Generate data

package main

import (
	"github.com/rfsbraz/faker"
	"log"
)

func main() {
	faker := NewFaker("pt_PT")
	log.Println(faker.Person.Name())
}

Roadmap


v1.0

Version 1.0 will feature the following modules:

  • Address
  • Barcode
  • Color
  • Company
  • CreditCard
  • Currency
  • DateTime
  • File
  • Internet
  • Job
  • Lorem
  • Miscellenous
  • Person
  • PhoneNumber
  • Profile
  • UserAgent

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages