这是indexloc提供的服务,不要输入任何密码
Skip to content

Unable to Recursively Apply Generating to All Files in a Directory #186

@hotsukai

Description

@hotsukai

Hi,
I'm trying to recursively apply generating to all files under a specific directory.
For instance, I want to generate all files under the pkg directory.
I have attempted the following commands, but none of them seem to be working properly.

gotests -w -all  pkg/...
gotests -w -all  pkg/*
gotests -w -all  pkg/**/*
gotests -w -all  pkg/
gotests -w -all  pkg

env

go version go1.20.6 darwin/arm64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions