faker

July 21, 2022 ยท View on GitHub

build-img pkg-img reportcard-img coverage-img version-img

Fake data generator

Features

  • Zero dependencies
  • Easy to integrate.

Installation

Go version 1.18+

go get go.neotoolkit.com/faker

Usage

package main

import (
	"fmt"

	"go.neotoolkit.com/faker"
)

func main() {
	fmt.Println(faker.Name())
}
Tom Bloggs

Documentation

See these docs.

License

MIT License.

Sponsors

Sponsored by Evrone

Contents

  1. 1Features
  2. 2Installation
  3. 3Usage
  4. 4Documentation
  5. 5License
  6. 6Sponsors