Home

Awesome

faker

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

Fake data generator

Features

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

<p> <a href="https://evrone.com/?utm_source=github&utm_campaign=neotoolkit"> <img src="https://raw.githubusercontent.com/neotoolkit/.github/main/assets/sponsored_by_evrone.svg" alt="Sponsored by Evrone"> </a> </p>