Skip to content

Commit

Permalink
Applied gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lins05 committed Jul 25, 2021
1 parent f77fd8a commit debc3b4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions output_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@ type FileOutputConfig struct {
// FileOutput output plugin
type FileOutput struct {
sync.RWMutex
pathTemplate string
currentName string
file *os.File
QueueLength int
writer io.Writer
requestPerFile bool
currentID []byte
payloadType []byte
closed bool
currentFileSize int
totalFileSize size.Size
pathTemplate string
currentName string
file *os.File
QueueLength int
writer io.Writer
requestPerFile bool
currentID []byte
payloadType []byte
closed bool
currentFileSize int
totalFileSize size.Size

config *FileOutputConfig
}
Expand Down

0 comments on commit debc3b4

Please sign in to comment.