faker
faker copied to clipboard
Go (Golang) Fake Data Generator for Struct. [Notes]This repository is archived, moved to the new repository https://github.com/go-faker/faker
Greetings Tell me please, why methods of Identifier interface accept reflect.Value? There is no places where it is used how I can see. https://github.com/bxcodec/faker/blob/master/uuid.go#L24
Structs in Go have to have upper case names in order to be public but in json you can get around this by passing the tag: \`json: name_lower\` Is there...
If meet some fields which not supported such as interface{}, Can we just ignore the err. For example ``` struct Test{ A int B string C interface{} } ``` I...
Hi. I want to create data of linked relationships between internal variables. this case ` type Data struct { Country string City string } var data = map[string]string{ "$awsome country1":...