Imports of gofakeitserver command

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/brianvoe/gofakeit/v6Package gofakeit provides a set of functions that generate random data
net/httpPackage http provides HTTP client and server implementations.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.