Skip to content

Commit

Permalink
Update features.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp committed May 14, 2023
1 parent f9586f1 commit b1a302a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/features.md
Expand Up @@ -100,9 +100,7 @@ func (_m *Handler) HandleMessage(m pubsub.Message) error {
!!! info
See the [Migration Docs](/mockery/migrating_to_packages/) on how to migrate to this new feature.

Mockery has a configuration parameter called `packages`. This config represents a huge paradigm shift that is highly recommended for the large amount of flexibility it grants you.

In this config section, you define the packages and the intefaces you want mocks generated for. The packages can be any arbitrary package, either your own project or anything within the Go ecosystem. You may provide package-level or interface-level overrides to the default config you provide.
Mockery has a configuration parameter called `packages`. In this config section, you define the packages and the intefaces you want mocks generated for. The packages can be any arbitrary package, either your own project or anything within the Go ecosystem. You may provide package-level or interface-level overrides to the default config you provide.

Usage of the `packages` config section is desirable for mutiple reasons:

Expand Down

0 comments on commit b1a302a

Please sign in to comment.