Skip to content

Commit cc4c76a

Browse files
committed
changes files to apply license
1 parent 653e75a commit cc4c76a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: 90_append-to-file/02-apply/main.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ func main() {
1414
return nil
1515
}
1616

17-
if strings.Contains(path, ".git") ||
18-
strings.Contains(path, ".idea") ||
19-
strings.Contains(path, ".DS_Store") {
17+
if !strings.Contains(path, ".go") {
2018
return nil
2119
}
2220

0 commit comments

Comments
 (0)