Skip to content

Commit

Permalink
Update readme according to go doc
Browse files Browse the repository at this point in the history
  • Loading branch information
posener committed Aug 16, 2019
1 parent a1beec7 commit d2d1541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ By default, a test will also be generated with the code. This test fails
when the local files are modified without updating the binary content.

Use binary-packing with `go generate`: To generate all filesystems used
by a project add `//go:generate gitfs [./..](./..).` in the root of the project.
by a project add `//go:generate gitfs ./...` in the root of the project.
To generate only a specific filesystem add `//go:generate gitfs $GOFILE` in
the file it is being used.

Expand Down

0 comments on commit d2d1541

Please sign in to comment.