Skip to content

Commit

Permalink
Update features.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp committed Mar 10, 2023
1 parent c96741b commit 9b098fe
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ packages:

Included with this feature is the ability to use templated strings for various configuration options. This is useful to define where your mocks are placed and how to name them.

These are various strategies you may want to adopt:
These are various layouts you may want to adopt:

#### Strategies
#### Layouts

!!! info "Strategies"
!!! info "layouts"

=== "defaults"

Expand Down Expand Up @@ -100,13 +100,9 @@ These are various strategies you may want to adopt:
```
=== "adjacent to interface"

!!! failure

This strategy is not yet functional.
```yaml
filename: "mock_{{.InterfaceName}}.go"
dir: "{{.PackagePathRelative}}"
dir: "{{.InterfaceDir}}"
structname: "Mock{{.InterfaceName}}"
outpkg: "{{.PackageName}}"
```
Expand Down

0 comments on commit 9b098fe

Please sign in to comment.