Skip to content

Commit

Permalink
forgotten dot in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
icrowley committed Dec 23, 2014
1 parent 743394d commit eff07c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion fake.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Most data and methods are ported from forgery/ffaker Ruby gems.
Currently english and russian languages are available.
Feel free to add other languages, but don't forget to regenerate data.go file using `github.com/mjibson/esc` tool and `esc -o data.go -pkg fake data` command because Fake embeds files unless you call `UseExternalData(true)` in order to be able to work without external file dependencies when compiled.
Examples
Examples:
name := fake.FirstName()
fullname = := fake.FullName()
product := fake.Product()
Expand Down

0 comments on commit eff07c8

Please sign in to comment.