Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Don't create go.mod in testdata with -copy-parent-gomod #84

Open
tenntenn opened this issue Nov 19, 2024 · 0 comments
Open

bug: Don't create go.mod in testdata with -copy-parent-gomod #84

tenntenn opened this issue Nov 19, 2024 · 0 comments
Assignees

Comments

@tenntenn
Copy link
Member

tenntenn commented Nov 19, 2024

$ skeleton -copy-parent-gomod mytool
$ tree mytool 
mytool
├── cmd
│   └── mytool
│       └── main.go
├── go.mod
├── mytool.go
├── mytool_test.go
└── testdata
    └── src
        └── a
            ├── a.go
            └── go.mod <- THIS

6 directories, 6 files
@tenntenn tenntenn self-assigned this Nov 19, 2024
@tenntenn tenntenn changed the title Don't create go.mod in testdata with -copy-parent-gomod bug: Don't create go.mod in testdata with -copy-parent-gomod Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant