Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
"This comment should read: ..."
  • Loading branch information
guzenok1 committed Feb 1, 2021
1 parent ce28dfd commit a8e90a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-fuzz-build/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ func (c *Context) clonePackage(p *packages.Package) {
// TODO: do we need to look for and copy go.mod?
}

// isPackage checks if dir contains go source files.
// isPackage reports whether dir contains Go source files.
func isPackage(files []os.FileInfo) bool {
for _, f := range files {
if f.IsDir() {
Expand Down

0 comments on commit a8e90a2

Please sign in to comment.