Skip to content

Commit

Permalink
Apply struct fixes from fieldalignment
Browse files Browse the repository at this point in the history
Vic Shóstak committed May 10, 2023
1 parent 02ae13a commit 6d95711
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions config.go
Original file line number Diff line number Diff line change
@@ -3,10 +3,13 @@ package main
import "os"

type config struct {
minWordLen, chunkSize int
intentsFile, filterFile []byte
outputFolder, contentField string
jsonFolder jsonFolder
outputFolder string
contentField string
jsonFolder jsonFolder
intentsFile []byte
filterFile []byte
minWordLen int
chunkSize int
}

type jsonFolder struct {

0 comments on commit 6d95711

Please sign in to comment.