We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce28dfd commit a8e90a2Copy full SHA for a8e90a2
go-fuzz-build/main.go
@@ -683,7 +683,7 @@ func (c *Context) clonePackage(p *packages.Package) {
683
// TODO: do we need to look for and copy go.mod?
684
}
685
686
-// isPackage checks if dir contains go source files.
+// isPackage reports whether dir contains Go source files.
687
func isPackage(files []os.FileInfo) bool {
688
for _, f := range files {
689
if f.IsDir() {
0 commit comments