@@ -67,7 +67,7 @@ func ExampleGenerate() {
6767 genStr , _ = Generate ("{shufflestrings:[key:value,int:string,1:2,a:b]}" )
6868 fmt .Println (genStr )
6969
70- // Output: Mollie Legros vanceschroeder@turner .com 8K8b1M
70+ // Output: Laurel McClure sethsoto@wallace .com 8K8b1M
7171 // Automate problem recovery victoriously.
7272 // [2 3 1]
7373 // 2
@@ -94,7 +94,7 @@ func ExampleFaker_Generate() {
9494 genStr , _ = f .Generate ("{shufflestrings:[key:value,int:string,1:2,a:b]}" )
9595 fmt .Println (genStr )
9696
97- // Output: Mollie Legros vanceschroeder@turner .com 8K8b1M
97+ // Output: Laurel McClure sethsoto@wallace .com 8K8b1M
9898 // Automate problem recovery victoriously.
9999 // [2 3 1]
100100 // 2
@@ -245,10 +245,10 @@ func ExampleFixedWidth() {
245245
246246 fmt .Println (string (value ))
247247
248- // Output: Name Email Password Age
249- // Sonny Stiedemann mollielegros@wilderman .org L43ypoSV1tDf 62
250- // Cody Donnelly stevebins@robel .io rSM78E2ncUt3 9
251- // Julius Farrell tomasaullrich@hane.name DUB69zQ1WZx8 77
248+ // Output: Name Email Password Age
249+ // Priscilla Thornton laurelmcclure@wiley .org L43ypoSV1tDf 62
250+ // Brooke Duncan ramonblack@rutherford .io rSM78E2ncUt3 9
251+ // Gregg Ford roxannewalsh@hamilton.name DUB69zQ1WZx8 77
252252}
253253
254254func ExampleFixedWidth_default () {
@@ -261,16 +261,16 @@ func ExampleFixedWidth_default() {
261261
262262 fmt .Println (string (value ))
263263
264- // Output: Name Email Password
265- // Russ Donnelly missourigrimes@rohan .io 1T2elqD45w8N
266- // Cole Leannon evanadams@marquardt .com V444uNv59i04
267- // Darien Rempel thorajerde @cormier.com eiZz6ipistlz
268- // Kaitlyn Wilderman constancenienow@smitham .io 623DddowdELF
269- // Rahul Turner irvingbins@lemke .io 3Ydc69Z00Mcj
270- // April Robel beaulahmayert@kautzer .net 31mk7arUdpNi
271- // Tomasa Waters lelandwaelchi@beahan .net t9fPK4m8497T
272- // Sunny Hane dawnbaumbach@mcdermott .biz x4KU3IhQ6im7
273- // Hilma Jast lavernerobel @bailey.io 5aHeXXT8vjF5
264+ // Output: Name Email Password
265+ // Nannie Duncan lancegraves@sandoval .io 1T2elqD45w8N
266+ // Brooklyn Maxwell danykaadams@morgan .com V444uNv59i04
267+ // Carmen Romero robinjenkins @cormier.com eiZz6ipistlz
268+ // Hailie Wiley buddypearson@summers .io 623DddowdELF
269+ // Marion Wallace emmettblack@mcdermott .io 3Ydc69Z00Mcj
270+ // Amalia Rutherford aprilmuller@joseph .net 31mk7arUdpNi
271+ // Roxane Webb jaywashington@barton .net t9fPK4m8497T
272+ // Randy Hamilton caseybartell@myers .biz x4KU3IhQ6im7
273+ // Elliott Jacobson janierussell @bailey.io 5aHeXXT8vjF5
274274}
275275
276276func ExampleFixedWidth_noHeader () {
@@ -291,9 +291,9 @@ func ExampleFixedWidth_noHeader() {
291291
292292 fmt .Println (value )
293293
294- // Output: Sonny Stiedemann mollielegros@wilderman .org L43ypoSV1tDf 62
295- // Cody Donnelly stevebins@robel .io rSM78E2ncUt3 9
296- // Julius Farrell tomasaullrich@hane.name DUB69zQ1WZx8 77
294+ // Output: Priscilla Thornton laurelmcclure@wiley .org L43ypoSV1tDf 62
295+ // Brooke Duncan ramonblack@rutherford .io rSM78E2ncUt3 9
296+ // Gregg Ford roxannewalsh@hamilton.name DUB69zQ1WZx8 77
297297}
298298
299299func ExampleFaker_FixedWidth () {
@@ -314,10 +314,10 @@ func ExampleFaker_FixedWidth() {
314314
315315 fmt .Println (string (value ))
316316
317- // Output: Name Email Password Age
318- // Sonny Stiedemann mollielegros@wilderman .org L43ypoSV1tDf 62
319- // Cody Donnelly stevebins@robel .io rSM78E2ncUt3 9
320- // Julius Farrell tomasaullrich@hane.name DUB69zQ1WZx8 77
317+ // Output: Name Email Password Age
318+ // Priscilla Thornton laurelmcclure@wiley .org L43ypoSV1tDf 62
319+ // Brooke Duncan ramonblack@rutherford .io rSM78E2ncUt3 9
320+ // Gregg Ford roxannewalsh@hamilton.name DUB69zQ1WZx8 77
321321}
322322
323323func TestFixedWidthLookup (t * testing.T ) {
0 commit comments