Removing unused variable: DataBufferSize

This commit is contained in:
Denis-Cosmin Nutiu 2017-12-22 18:43:21 +02:00
parent 886a478428
commit 4f07dd2309

View file

@ -21,11 +21,6 @@ import (
"github.com/spf13/viper" "github.com/spf13/viper"
) )
// DataBufferSize the maximum size of the data buffer.
// The data buffer is used at reading from files, the buffer
// is also send to the client.
const DataBufferSize = 1024 * 1024
// ConfigPath is used by the config package to find the config file. // ConfigPath is used by the config package to find the config file.
var ConfigPath string var ConfigPath string