I have a file, embed_testdata.go
, meant to be used in tests but does not itself have tests (so I don't want to suffix it with _test.go
). How do I tell gazelle
that it's really test source and not prod source?
FYI, simply adding it to go_default_test
and removing it from go_default_library
doesn't work since gazelle
undoes that manual edit.