use go fmt
parent
1e4eae4343
commit
6dd407c819
|
@ -65,7 +65,7 @@ type Config struct {
|
||||||
BatchPending int `toml:"batch-pending"`
|
BatchPending int `toml:"batch-pending"`
|
||||||
ReadBuffer int `toml:"read-buffer"`
|
ReadBuffer int `toml:"read-buffer"`
|
||||||
BatchTimeout toml.Duration `toml:"batch-timeout"`
|
BatchTimeout toml.Duration `toml:"batch-timeout"`
|
||||||
Precision string `toml:"precision"`
|
Precision string `toml:"precision"`
|
||||||
UDPPayloadSize int `toml:"udp-payload-size"`
|
UDPPayloadSize int `toml:"udp-payload-size"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue