Skip to content

Commit 6d95711

Browse files
author
Vic Shóstak
committed
Apply struct fixes from fieldalignment
1 parent 02ae13a commit 6d95711

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

config.go

+7-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ package main
33
import "os"
44

55
type config struct {
6-
minWordLen, chunkSize int
7-
intentsFile, filterFile []byte
8-
outputFolder, contentField string
9-
jsonFolder jsonFolder
6+
outputFolder string
7+
contentField string
8+
jsonFolder jsonFolder
9+
intentsFile []byte
10+
filterFile []byte
11+
minWordLen int
12+
chunkSize int
1013
}
1114

1215
type jsonFolder struct {

0 commit comments

Comments
 (0)