Репозиторий помещен в архив 25 октября 2025. Вся функциональность доступна только для чтения.

gofaker

Архивный
0

Описание

Random data generator for testing needs

Языки

  • Go100%
README.md

GoFaker

GoFaker is library for generating fake data in Go. It provides an API for generating the following fake data:

  • organization:
    • INN
      - INN of private person
    • INNLE
      - INN of legal entity
    • OGRN
      - OGRN of legal entity
    • OGRNIP
      - OGRN of individual entrepreneur
    • SNILS
      - SNILS

Installation

To install GoFaker, simply run the following command in your terminal:

Usage

Here's an example of how to use GoFaker to generate fake data:

Contributing

I welcome contributions to GoFaker! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.