Skip to content

dimiro1/faker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

gofaker

A package that generates fake data for GO


   _|_|_|            _|_|_|_|          _|                            
 _|          _|_|    _|        _|_|_|  _|  _|      _|_|    _|  _|_|  
 _|  _|_|  _|    _|  _|_|_|  _|    _|  _|_|      _|_|_|_|  _|_|      
 _|    _|  _|    _|  _|      _|    _|  _|  _|    _|        _|        
   _|_|_|    _|_|    _|        _|_|_|  _|    _|    _|_|_|  _|        


API

I am defining the API so This API is not stable and can be modified at any time.

Error handling

In this project I preferred panic instead of explicit error returns to keep the API clean and uniform. I think this project must be used by humans beings not by computers directly.

It is the same reason regexp.MustCompile panic instead of return an error.

About

A package that generates fake data for GO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages