Skip to content

Commit

Permalink
fix yaml in "layouts" section of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp committed Mar 11, 2023
1 parent 6e2d052 commit 3dbfebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ These are various layouts you may want to adopt:
dir: "{{.InterfaceDir}}"
structname: "Mock{{.InterfaceName}}"
outpkg: "{{.PackageName}}"
inpackage: True
inpackage: True
```

Instead of the mocks being generated in a different folder, you may elect to generate the mocks alongside the original interface in your package. This may be the way most people define their configs, as it removes circular import issues that can happen with the default config.
Expand Down

0 comments on commit 3dbfebe

Please sign in to comment.