Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerminsk authored Feb 12, 2024
1 parent 8651047 commit 9f050f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ func main() {

for _, file := range files {
if !file.IsDir() {
fmt.Println(file.Name())
fmt.Println("<", file.Name(), ">")
ProcessFile(filepath.Join(".", "raw", file.Name()))
fmt.Println("----------------------")
}
}
}

0 comments on commit 9f050f6

Please sign in to comment.