oss-fuzz/projects/gitea
Khaled Yakdan b6ce1d49d2
gitea: fix build because of multiple Go packages in the same directory (#9350)
The repo has a file named `external_renderer.go`, which belongs to the
`main` package and is located in the same directory as the fuzz tests,
which belong to the `fuzz` package. This causes a build failure, and no
fuzzers can be built.
2023-01-05 01:08:23 +00:00
..
Dockerfile
build.sh gitea: fix build because of multiple Go packages in the same directory (#9350) 2023-01-05 01:08:23 +00:00
project.yaml