Skip to content

Commit 2fb5dee

Browse files
authored
Update main.go
1 parent e3840c2 commit 2fb5dee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

words_extractor_go/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ type Pair struct {
2020
Size int64
2121
}
2222

23-
// var srcPath = "../data/**/*.yml"
24-
var srcPath = "./bibles/??/**/*.yml"
23+
var srcPath = "../data/**/*.yml"
2524
var outdir = "words"
2625

2726
func main() {

0 commit comments

Comments
 (0)